Skip to content

Commit 2b6bb28

Browse files
committed
chore(ci): Catch clippy config failures
1 parent 80d4cdd commit 2b6bb28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,5 @@ jobs:
126126
with:
127127
sarif_file: clippy-results.sarif
128128
wait-for-processing: true
129+
- name: Report status
130+
run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated

0 commit comments

Comments
 (0)