1 2 3 4 5 6 7 8 9 10 11 12 13
pre-commit: commands: fmt: run: cargo fmt --check clippy: run: cargo clippy --all-targets --all-features -- -D warnings pre-push: commands: tests: run: cargo test build: run: cargo build --release