Add check target to Justfile

This commit is contained in:
2021-11-22 21:13:05 +01:00
parent db0f91f32f
commit 06e7d68089

View File

@@ -1,4 +1,5 @@
lint:
check:
cargo check
cargo fmt --check
cargo clippy --no-deps