Skip to content

Commit 2a7adf5

Browse files
committed
ci(workflows/commitlint): add to repo [skip ci]
* Automated using myii/ssf-formula#172
1 parent 5379660 commit 2a7adf5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/commitlint.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
name: Commitlint
5+
'on': [pull_request]
6+
7+
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
steps:
13+
- uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
16+
- uses: wagoid/commitlint-github-action@v1

0 commit comments

Comments
 (0)