···77 act
8899# run all checks
1010-check: fmt test
1010+check: fmt test audit
1111 cargo clippy
1212 pre-commit run --all-files --show-diff-on-failure
1313 nix flake check
···2020# run tests
2121test:
2222 cargo nextest run
2323+2424+# run security audit on dependencies
2525+audit:
2626+ cargo audit