swc/.husky/pre-push

6 lines
116 B
Plaintext
Raw Normal View History

2021-10-19 11:25:57 +03:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# yarn run cspell "**/src/**/*.rs"
cargo fmt --all -- --check
cargo clippy