mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
7 lines
163 B
Plaintext
Executable File
7 lines
163 B
Plaintext
Executable File
echo Start running commit-msg hook...
|
|
|
|
# Check whether the git commit information is standardized
|
|
pnpm exec commitlint --edit "$1"
|
|
|
|
echo Run commit-msg hook done.
|