We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716bae4 + 4d2574d commit 86cb517Copy full SHA for 86cb517
.github/.hooks/commit-msg/check-commit-msg.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin
2
+
3
+set -e
4
5
+commit_msg=$(cat .git/COMMIT_EDITMSG)
6
+echo "$commit_msg" | npx commitlint
src/libraries
0 commit comments