* Automated using https://github.com/myii/ssf-formula/pull/172pull/53/head
parent
bf6f9406da
commit
4c2a90bccd
@ -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 |
Loading…
Reference in new issue