Skip to content

Commit

Permalink
feat(github): conventional commit enforcement github action
Browse files Browse the repository at this point in the history
  • Loading branch information
leopaul36 committed May 17, 2022
1 parent e407bb4 commit 47485c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Conventional Commits
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webiny/[email protected]

0 comments on commit 47485c4

Please sign in to comment.