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