Skip to content

Commit

Permalink
ci(rust.yml/jobs/clippy): upload the result file, even if the job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
DataM0del committed Dec 26, 2024
1 parent 7d603b1 commit e95e5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- run: cargo clippy --all-targets --all-features --message-format=json | clippy-sarif | tee results.sarif
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: results.sarif
build_and_test:
Expand Down

0 comments on commit e95e5ca

Please sign in to comment.