Skip to content

Commit

Permalink
just: Add audit-dependencies recipe
Browse files Browse the repository at this point in the history
uklotzde committed Jan 31, 2025
1 parent f38675c commit 6b133ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .justfile
Original file line number Diff line number Diff line change
@@ -37,6 +37,9 @@ fmt:
pre-commit:
pre-commit run --all-files

audit-dependencies:
cargo deny check

# Check all lib/bin projects individually with selected features (takes a long time)
check-crates:
cargo hack --each-feature --exclude-features json-api check --locked --all-targets -p aoide

0 comments on commit 6b133ff

Please sign in to comment.