Skip to content

Commit

Permalink
[BUGFIX] Also scan the Rails 7 Gemfile with RuboCop (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Apr 1, 2022
1 parent 7622e69 commit 85b2987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
bundle exec rubocop Gemfile \
gemfiles/Gemfile.rails-5.2 gemfiles/Gemfile.rails-6.0 \
gemfiles/Gemfile.rails-6.1 lib/ test/ Rakefile
gemfiles/Gemfile.rails-6.1 gemfiles/Gemfile.rails-7.0 \
lib/ test/ Rakefile
test:
name: "Tests: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}"
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 85b2987

Please sign in to comment.