Skip to content

Commit ec12120

Browse files
committed
chore(deps): install cargo audit
Signed-off-by: Radu Matei <[email protected]>
1 parent c3fbc8a commit ec12120

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
- name: lint code
4242
run: make lint
4343

44-
- name: audit code
45-
run: cargo audit
44+
- name: audit dependencies
45+
run: |
46+
cargo install cargo-audit --locked
47+
cargo audit
4648
4749
- name: Run Clippy
4850
run: cargo clippy --all -- -D warnings

0 commit comments

Comments
 (0)