lotabout.skim/.githooks/pre-commit
2026-06-17 13:58:44 +02:00

6 lines
128 B
Plaintext
Executable file

set -xeuo pipefail
cargo +nightly fmt --check --all
cargo clippy --all-targets -- -Dwarnings
cargo check --no-default-features