Run ci/rubyonrails with bundle exec

This commit is contained in:
Jamie McCarthy
2024-02-12 06:56:37 -06:00
parent 2b5d980659
commit f263f7e886
+3 -3
View File
@@ -51,8 +51,8 @@ jobs:
bundler-cache: true bundler-cache: true
# Add or replace any other lints here # Add or replace any other lints here
- name: Security audit dependencies - name: Security audit dependencies
run: bin/bundler-audit --update run: bundle exec bundler-audit --update
- name: Security audit application code - name: Security audit application code
run: bin/brakeman -q -w2 run: bundle exec brakeman -q -w2
- name: Lint Ruby files - name: Lint Ruby files
run: bin/rubocop --parallel run: bundle exec rubocop --parallel