Skip to content

Commit

Permalink
fixup! make: run lint on main crate only
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jan 9, 2025
1 parent c92d7ab commit d5788c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lint:
cargo clippy -- -D warnings
cargo clippy --no-default-features -- -D warnings
cargo clippy --all-features -- -D warnings
cargo check --all
cargo fmt --all -- --check

.PHONY: check
Expand Down

0 comments on commit d5788c4

Please sign in to comment.