aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/hooked/pre-commit
blob: 931d7acad06f4ffb8fb80485e54dc44f922895e7 (plain)
1
2
3
4
5
6
7
#! /bin/bash
set -eu -o pipefail

cargo build --all
cargo test --all
cargo +nightly fmt --all -- --check
cargo clippy --all --all-targets -- -W clippy::pedantic