feat: commit-msg minor requirements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo -e "\e[35m➤ [COMMIT]\e[0m Checking message\e[37m - \e[33m$(date +"%H:%M:%S")\e[0m"
|
||||
# npx commitlint --edit $1
|
||||
npx commitlint --edit $1
|
||||
if [[ $? != 0 ]]; then
|
||||
echo -e "\e[31m➤ [COMMIT]\e[0m Wrong format on message\e[37m - \e[33m$(date +"%H:%M:%S")\e[0m"
|
||||
exit -1
|
||||
|
||||
Reference in New Issue
Block a user