mirror of
https://github.com/polarity-lang/polarity.git
synced 2025-07-08 05:25:05 +00:00
7 lines
209 B
Text
Executable file
7 lines
209 B
Text
Executable file
# Pre-commit hook
|
|
# Place into `.git/hooks` or use `git config core.hooksPath scripts/git-hooks`
|
|
# from the root of the repository
|
|
|
|
cargo test
|
|
cargo clippy --tests --benches -- -Dwarnings
|
|
cargo fmt -- --check
|