Skip to content

Commit

Permalink
Run lint with binstubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jun 8, 2024
1 parent 5a11e59 commit 0321f5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ci/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # v1.179.1
with:
bundler-cache: true
- name: Generate binstubs
run: bundle binstubs bundler-audit brakeman rubocop
# Add or replace any other lints here
- name: Security audit dependencies
run: bundle exec bundle-audit --update
run: bin/bundler-audit --update
- name: Security audit application code
run: bundle exec brakeman -q -w2
run: bin/brakeman -q -w2
- name: Lint Ruby files
run: bundle exec rubocop --parallel
run: bin/rubocop --parallel

0 comments on commit 0321f5f

Please sign in to comment.