Skip to content

Commit

Permalink
fix: trying to add bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
mewthu2 committed Apr 10, 2024
1 parent 30452de commit 6fdd025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
bundler-cache: true
# Add or replace any other lints here
- name: Security audit dependencies
run: bundler-audit --update
run: bin/bundler-audit --update
- name: Security audit application code
run: brakeman -q -w2
run: bin/brakeman -q -w2
- name: Lint Ruby files
run: rubocop --parallel
run: bin/rubocop --parallel

0 comments on commit 6fdd025

Please sign in to comment.