feat: add check command to justfile
This commit is contained in:
@@ -3,3 +3,7 @@ build:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
cargo test --lib
|
cargo test --lib
|
||||||
|
|
||||||
|
check:
|
||||||
|
cargo fmt
|
||||||
|
cargo clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user