Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mewthu2 committed Apr 10, 2024
1 parent 1cb0f84 commit 9c87f7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
bundler-cache: true
# Add or replace any other lints here
- name: Security audit dependencies
run: bundler-audit
- name: Security audit application code
run: bin/brakeman -q -w2
run: brakeman
- name: Lint Ruby files
run: bin/rubocop --parallel
run: rubocop

0 comments on commit 9c87f7d

Please sign in to comment.