mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# yarn run cspell "**/src/**/*.rs"
|
|
cargo fmt --all -- --check
|
|
cargo clippy |