Skip to content

Commit e866607

Browse files
authored
ci: add conventional-commits and SemVer check
1 parent cf5fe09 commit e866607

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/commits.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Check Commits
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-commits:
8+
uses: FlowingCode/GithubActions/.github/workflows/check-commits.yml@main

0 commit comments

Comments
 (0)