Skip to content

Commit

Permalink
Install cargo audit before audit step
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapierski committed Jan 9, 2025
1 parent dfa5199 commit e26bfbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ jobs:
run: make doc

- name: audit
run: make audit
run: |
cargo install cargo-audit --locked
make audit

0 comments on commit e26bfbd

Please sign in to comment.