Skip to content

Commit 26b1f0f

Browse files
committed
chore: add conventional commit check
1 parent ec9ea6c commit 26b1f0f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/commits.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Conventional Commit Checker
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
types: [opened, edited, synchronize]
7+
8+
jobs:
9+
check-for-cc:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: check-for-cc
13+
id: check-for-cc
14+
uses: agenthunt/[email protected]

0 commit comments

Comments
 (0)