Усилить безопасность и надёжность выполнения операций
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user