Sin descripción

commit-msg 163B

1234567
  1. echo Start running commit-msg hook...
  2. # Check whether the git commit information is standardized
  3. pnpm exec commitlint --edit "$1"
  4. echo Run commit-msg hook done.