Skip to content

Commit

Permalink
just run rubocop please
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrlc committed Feb 20, 2025
1 parent a29f9b6 commit e2a374c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run linter
run: bundle exec rake rubocop
run: bundle exec rubocop --require=rubocop-rails .
test:
runs-on: ubuntu-latest
name: test (ruby ${{ matrix.ruby }} / rails ${{ matrix.rails_version }} / blacklight ${{ matrix.blacklight_version }} ${{ matrix.additional_name }})
Expand Down

0 comments on commit e2a374c

Please sign in to comment.