mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:52:22 +08:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm exec commitlint --config commitlint.config.cts --edit ${1}
|