Skip to content

Commit

Permalink
try runCmd in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 22, 2024
1 parent 8f406a4 commit 77c5fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: devcontainers/[email protected]

- name: Scan for common Rails security vulnerabilities using static analysis
run: bundle install && bin/brakeman --no-pager
runCmd: bin/brakeman --no-pager

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77c5fdb

Please sign in to comment.