feat: add check command to justfile

This commit is contained in:
thunderbiscuit 2024-04-26 14:55:08 -04:00
parent 00a8e1ba8b
commit 262704751c
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -3,3 +3,7 @@ build:
test:
cargo test --lib
check:
cargo fmt
cargo clippy