Skip to content

Commit

Permalink
Use Gemfile in Github actions for Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Oct 12, 2024
1 parent 97b8383 commit 66844d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: gem install rubocop:1.28.2
- run: rubocop --parallel
- run: bundle install
- run: bundle exec rubocop --parallel

0 comments on commit 66844d5

Please sign in to comment.