Run ci/rubyonrails with bundle exec
This commit is contained in:
+3
-3
@@ -51,8 +51,8 @@ jobs:
|
||||
bundler-cache: true
|
||||
# Add or replace any other lints here
|
||||
- name: Security audit dependencies
|
||||
run: bin/bundler-audit --update
|
||||
run: bundle exec bundler-audit --update
|
||||
- name: Security audit application code
|
||||
run: bin/brakeman -q -w2
|
||||
run: bundle exec brakeman -q -w2
|
||||
- name: Lint Ruby files
|
||||
run: bin/rubocop --parallel
|
||||
run: bundle exec rubocop --parallel
|
||||
|
||||
Reference in New Issue
Block a user