Skip to content

Commit 15df914

Browse files
committed
🐛 fix(_failing): fix conventional commit check
1 parent e059ed0 commit 15df914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml renamed to .github/workflows/cz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check Conventional Commit
2020
run: |
2121
# Define the conventional commit types with emojis
22-
TYPES=("🎉 feat" "🐞 fix" "📚 docs" "💅 style" "🔨 refactor" "⚡️ perf" "🧪 test" "🛠️ build" "🤖 ci" "🧹 chore" "⏪ revert")
22+
TYPES=("🚀 feat" "🐛 fix" "📝 docs" " style" "🛠 refactor" "⚡️ perf" "🔬 test" "🔧 build" "🤖 ci" "🧹 chore" "⏪ revert")
2323
2424
# Extract the commit type and emoji from the commit message
2525
COMMIT_MSG=$(git log --format=%B -n 1)

0 commit comments

Comments
 (0)