fix: fixed githooks

This commit is contained in:
2584433
2025-10-17 14:27:58 +00:00
parent 785756683e
commit 670d1f0a6a
3 changed files with 13 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ fi
# allowed pattern <type/>
if echo "$branch" | grep -Eq "^(feat|fix|refactor|perf|style|test|docs|build|chore|revert)\/\w+(-\w+){0,5}$"; then
echo "✅ Branch name valid: $branch"
exit 0
else
echo "❌ Invalid branch name: $branch"