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