1
0
Fork 0

Update and rename main.yml to commitlint.yml

This commit is contained in:
Kieran Klaassen 2019-10-07 16:17:58 -05:00 committed by GitHub
parent 2dbe47de6e
commit c5f28bacd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/commitlint.yml vendored Normal file
View 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