diff --git a/Justfile b/Justfile index 2eceddf..7dce274 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,5 @@ -lint: +check: + cargo check cargo fmt --check cargo clippy --no-deps