ci: add a GitHub action for checking conventional commits
This commit is contained in:
parent
46353babce
commit
7c32ac17dd
15
.github/workflows/conventional-commits.yml
vendored
Normal file
15
.github/workflows/conventional-commits.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: conventional commits
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: conventional commits
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: webiny/action-conventional-commits@v1.3.0
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user