Skip to content

Commit

Permalink
ci(commitlint): add GitHub action [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii authored May 4, 2020
1 parent 183e13f commit f6a2ff4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Commitlint
on: [pull_request]

jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1

0 comments on commit f6a2ff4

Please # to comment.