1 2 3 4 5 6 7 8
fmt: @cargo fmt fmt-check: @cargo fmt --check clippy: @cargo clippy --all-targets --all-features -- -D warnings