1 2 3 4 5 6 7 8
pre-push: commands: fmt: run: cargo fmt --all --check clippy: run: cargo clippy --all-targets -- -D warnings test: run: cargo test