borgwarehouse/.husky/commit-msg
2024-12-08 19:59:05 +01:00

5 lines
No EOL
116 B
Text
Executable file

# run commit lint
npx commitlint --edit "$1"
# run script to prepend message with icon
./.husky/append-icon.sh "$1"