Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantomical committed Feb 2, 2024
1 parent dfbc5fe commit 91336bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: run clippy
run: |
cargo clippy --all-targets --all-features --message-format json \
| clippy-sarif
| tee clippy.sarif
| clippy-sarif \
| tee clippy.sarif \
| sarif-fmt
continue-on-error: true

Expand Down

0 comments on commit 91336bf

Please sign in to comment.