summaryrefslogtreecommitdiff
path: root/pre-commit.sh
blob: bcffdcab8b91aef8443f3ddd0f674fe04e47aa9f (plain)
1
2
3
4
#!/bin/sh
cargo fmt || exit 1
cargo clippy -- -D warnings || exit 1
git add -u || exit 1