mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
chore(ci): Catch clippy config failures
This commit is contained in:
parent
80d4cdd688
commit
2b6bb28cd1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -126,3 +126,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
sarif_file: clippy-results.sarif
|
sarif_file: clippy-results.sarif
|
||||||
wait-for-processing: true
|
wait-for-processing: true
|
||||||
|
- name: Report status
|
||||||
|
run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
|
||||||
|
|
Loading…
Reference in a new issue