Skip to content

Commit

Permalink
Run a separate lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Oct 7, 2023
1 parent 3d4d1fe commit 07e5aed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ jobs:
run: bundle exec rake
- name: StandardRB
uses: andrewmcodes/[email protected]

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: StandardRB
uses: andrewmcodes/[email protected]

0 comments on commit 07e5aed

Please sign in to comment.