Skip to content

Commit

Permalink
Lint on latest Ruby (faster) and rely on Rubocop for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
smudge committed Apr 5, 2024
1 parent 2c01329 commit fa13203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: '3.2'
bundler-cache: true
- name: Run Linter
run: bundle exec rubocop --parallel

0 comments on commit fa13203

Please sign in to comment.