Skip to content

Commit

Permalink
add check
Browse files Browse the repository at this point in the history
Signed-off-by: iGxnon <igxnon@gmail.com>
  • Loading branch information
iGxnon committed Sep 15, 2024
1 parent fd9f4ea commit d49c244
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ fix:
cargo fmt
cargo sort --workspace
cargo machete --fix

check:
cargo fmt --all -- --check
cargo sort --check
cargo machete

0 comments on commit d49c244

Please sign in to comment.