chore(ci): add linting, formatting check, and auditing

This commit is contained in:
2026-06-06 15:32:33 +02:00
parent 3c86e9eb36
commit b596c39440
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -24,6 +24,9 @@ build-release:
lint:
cargo clippy --all-targets
lint-report:
cargo clippy --all-targets --features test-utils --message-format=json > coverage/clippy.json 2> /dev/null
release-build:
cargo build --release