summaryrefslogtreecommitdiff
path: root/maint/hooks/pre-commit
blob: 8575912540e25fc3cf7d0f3374858c7bdfb7235c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -xeuo pipefail

cargo fmt --all -- --check
cargo clippy --all-features --all-targets -- -D warnings
cargo test --all