swc/.husky/pre-push
2022-01-28 00:22:43 +09:00

6 lines
116 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# yarn run cspell "**/src/**/*.rs"
cargo fmt --all -- --check
cargo clippy