Skip to content

Commit e57717f

Browse files
authored
feat(ci): enforce conventional commits with gha (#58)
Support semantic release by enforcing conventional commits in PRs
1 parent efdb938 commit e57717f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Conventional Commits
2+
3+
on:
4+
pull_request:
5+
branches: [ master ]
6+
7+
jobs:
8+
build:
9+
name: Conventional Commits
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- uses: webiny/action-conventional-commits@v1.1.0

0 commit comments

Comments
 (0)