parent
d3dc1d0174
commit
78fe795116
1 changed files with 14 additions and 0 deletions
14
.github/workflows/commitlint.yml
vendored
Normal file
14
.github/workflows/commitlint.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Lint Commit Messages
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
commitlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: wagoid/commitlint-github-action@v2
|
Loading…
Add table
Reference in a new issue