@@ -0,0 +1,20 @@
fmt:
cargo fmt --all
fmt-check:
cargo fmt --all --check
check:
cargo check --workspace
clippy:
cargo clippy --workspace --all-targets --all-features -- -D warnings
test:
cargo test --workspace --all-targets
verify:
just fmt-check
just clippy
just test
The note is not visible to the blocked user.