14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
###
|
|
# @Author: hcc han_chen301@163.com
|
|
# @Date: 2025-02-22 09:28:36
|
|
# @LastEditors: hcc
|
|
# @LastEditTime: 2025-03-10 09:51:32
|
|
# @remarker:
|
|
###
|
|
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.
|