Skip to content

Commit

Permalink
build: lint everything
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jun 18, 2024
1 parent 901674f commit 2f303e7
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 @@ -37,7 +37,7 @@ fmt-check:

# Lint the codebase.
lint:
cargo clippy
cargo clippy --all-targets --all-features
typos --config configs/typos.toml

# Test the codebase.
Expand Down

0 comments on commit 2f303e7

Please sign in to comment.