diff --git a/justfile b/justfile index a7e20d8..1d85cad 100644 --- a/justfile +++ b/justfile @@ -2,3 +2,8 @@ fix: cargo fmt cargo sort --workspace cargo machete --fix + +check: + cargo fmt --all -- --check + cargo sort --check + cargo machete