Skip to content

Commit

Permalink
feat(ci): enforce conventional commits with gha (#58)
Browse files Browse the repository at this point in the history
Support semantic release by enforcing conventional commits in PRs
  • Loading branch information
binzcodes authored Nov 21, 2022
1 parent efdb938 commit e57717f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Conventional Commits

on:
pull_request:
branches: [ master ]

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: webiny/action-conventional-commits@v1.1.0

0 comments on commit e57717f

Please sign in to comment.