lotabout.skim/.githooks/pre-commit
2026-01-15 15:14:19 +01:00

6 lines
97 B
Plaintext
Executable file

set -xeuo pipefail
cargo fmt --check --all
cargo clippy --all
cargo check --no-default-features