Skip to content

Commit

Permalink
tweak .justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Sep 26, 2024
1 parent d253c94 commit b972ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
cargo install --path ./crates/moon --debug --offline --root ~/.moon --force --locked

clippy:
cargo clippy --all-targets --all-features -- -D warnings
cargo clippy --all-targets --all-features --locked -- -D warnings

add-header:
hawkeye format
Expand Down

0 comments on commit b972ca1

Please sign in to comment.