Skip to content

Commit

Permalink
ci(workflows/commitlint): add to repo [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#172
  • Loading branch information
myii committed May 4, 2020
1 parent efd8797 commit 574d18f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/commitlint.yml
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
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 574d18f

Please sign in to comment.