mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-28 18:58:52 +08:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
# lint commit message
|
||
|
|
npx --no -- commitlint --config ./.config/.commitlintrc.js --edit $1
|