Update and rename main.yml to commitlint.yml
This commit is contained in:
parent
2dbe47de6e
commit
c5f28bacd2
1 changed files with 11 additions and 0 deletions
11
.github/workflows/commitlint.yml
vendored
Normal file
11
.github/workflows/commitlint.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: Commitlint
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: wagoid/commitlint-github-action@v1.1.0
|
Loading…
Add table
Add a link
Reference in a new issue