Skip to content

Commit

Permalink
Add command to format and a command to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Sch committed Jan 18, 2024
1 parent b065896 commit 7615116
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ cargo-sort:
cargo install cargo-sort
cargo sort -c -w

fmt-toml:
fix-toml:
cargo install taplo-cli --locked
taplo fmt

check: check-fmt check-clippy cargo-sort fmt-toml
check-toml:
cargo install taplo-cli --locked
taplo check

check: check-fmt check-clippy cargo-sort check-toml

unit-test:
cargo test --no-fail-fast --lib --all-features --workspace
Expand Down

0 comments on commit 7615116

Please sign in to comment.