We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc62509 commit b3f8ec9Copy full SHA for b3f8ec9
.github/workflows/lint.yml
@@ -20,3 +20,6 @@ jobs:
20
21
- name: Check for idiomatic code
22
run: cargo clippy --all --all-features -- -D warnings
23
+
24
+ - name: Check for crates with security vulnerabilities
25
+ run: cargo audit --deny warnings
0 commit comments