feat: add check command to justfile

This commit is contained in:
thunderbiscuit
2024-04-26 14:55:08 -04:00
parent 00a8e1ba8b
commit 262704751c

View File

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