Add Rust code health gate
Deploy / deploy (push) Successful in 26s
CI / Rust Checks (push) Successful in 5m25s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 2s
CI / Frontend E2E (push) Successful in 4m17s

This commit is contained in:
github-ops
2026-06-20 11:38:10 +00:00
parent 2234529a20
commit 5f8c208409
4 changed files with 174 additions and 0 deletions
+3
View File
@@ -46,6 +46,9 @@ jobs:
- name: Check formatting
run: cargo fmt --all --check
- name: Check Rust code health
run: scripts/check-rust-code-health.sh
- name: Run clippy
run: cargo clippy --workspace --all-targets --all-features --jobs "$CARGO_BUILD_JOBS" -- -D warnings