Skip to content

Commit

Permalink
chore: Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored Sep 29, 2024
1 parent 55d8d9b commit 83df264
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 @@ -39,7 +39,7 @@ default: build

# Apply lint suggestions
@clippy-fix:
cargo clippy --fix --allow-dirty --allow-staged -- -D warnings
cargo +nightly clippy --fix --allow-dirty --allow-staged -- -D warnings

# Run the linter for GitHub Actions workflow files
@lint-github-actions:
Expand Down

0 comments on commit 83df264

Please sign in to comment.