Skip to content

Commit

Permalink
feat: Check for conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ferrier committed Jul 31, 2022
1 parent 503bdff commit 05f63d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
commit_lint:
runs-on: ubuntu-latest
steps:
- uses: webiny/action-conventional-commits@v1.0.3

0 comments on commit 05f63d1

Please sign in to comment.