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