1 2 3 4 5 6 7 8 9
pre-commit: parallel: true commands: fmt: run: cargo fmt --check clippy: run: cargo clippy --all-targets --all-features -- -D warnings test: run: cargo test