Skip to content

Commit

Permalink
Update credo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevds authored Mar 28, 2024
1 parent 5043092 commit a3f0b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: mix deps.compile
- name: compile
run: mix compile
- name: credo-scan
run: mix credo
- name: credo-scan
run: mix credo --format=sarif > credo_output.sarif
- name: upload sarif
Expand Down

0 comments on commit a3f0b10

Please sign in to comment.