Add community scope gate
This commit is contained in:
@@ -4,6 +4,12 @@ fmt:
|
||||
fmt-check:
|
||||
cargo fmt --all --check
|
||||
|
||||
tooling-test:
|
||||
python3 -m unittest discover -s tests/unit
|
||||
|
||||
community-scope-check:
|
||||
scripts/check-community-scope.sh
|
||||
|
||||
check:
|
||||
cargo check --workspace
|
||||
|
||||
@@ -20,6 +26,8 @@ sqlx-check:
|
||||
SQLX_OFFLINE=true cargo check --workspace
|
||||
|
||||
verify:
|
||||
just tooling-test
|
||||
just community-scope-check
|
||||
just fmt-check
|
||||
just clippy
|
||||
just test
|
||||
|
||||
Reference in New Issue
Block a user