Files
retry/.husky/commit-msg

6 lines
144 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# lint commit message
npx --no -- commitlint --config ./.config/.commitlintrc.js --edit $1