Усилить безопасность и надёжность выполнения операций
CI / Rust Checks (push) Successful in 5m7s
CI / UI Checks (push) Successful in 4s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 3m9s
CI / Deploy (push) Successful in 1m41s

This commit is contained in:
2026-07-11 14:08:07 +03:00
parent 626f2845e2
commit 8318e4b560
40 changed files with 1343 additions and 185 deletions
+8
View File
@@ -10,6 +10,12 @@ tooling-test:
community-scope-check:
scripts/check-community-scope.sh
rust-boundaries:
scripts/check-rust-boundaries.sh
rust-code-health:
scripts/check-rust-code-health.sh
check:
cargo check --workspace
@@ -28,6 +34,8 @@ sqlx-check:
verify:
just tooling-test
just community-scope-check
just rust-boundaries
just rust-code-health
just fmt-check
just clippy
just test