Skip to content

Commit

Permalink
build: fix clippy command in Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed May 16, 2024
1 parent c6d6a3a commit d5324c6
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 @@ -3,7 +3,7 @@ alias r := release
alias t := testnet

lint:
cargo clippy
cargo clippy --locked --no-deps -- -D warnings
taplo lint && taplo fmt --check

build: lint
Expand Down

0 comments on commit d5324c6

Please sign in to comment.