Skip to content

Commit b3f8ec9

Browse files
Add cargo audit check to lint build (#11)
1 parent fc62509 commit b3f8ec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020

2121
- name: Check for idiomatic code
2222
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

Comments
 (0)