Skip to content

Commit 5f983a5

Browse files
committed
chore: add audit and outdated check to just
1 parent d5c0044 commit 5f983a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: Justfile

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ check:
1414
@echo "==> Running tests with nextest..."
1515
cargo nextest run --workspace --all-features
1616

17+
@echo "==> Running audit..."
18+
cargo audit
19+
20+
@echo "==> Checking outdated dependencies..."
21+
cargo outdated
22+
1723
@echo "All checks passed!"
1824

1925
# Code formatting

0 commit comments

Comments
 (0)