Skip to content

Commit bd173ab

Browse files
authored
Merge pull request free5gc#105 from free5gc/feat/commit-msg-ci
feat: Create commit-msg-check.yml
2 parents a4eac49 + f89bf2e commit bd173ab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Commit Message Check'
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
build:
11+
name: Conventional Commits
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: webiny/action-conventional-commits@v1.3.0

0 commit comments

Comments
 (0)