Skip to content

Commit f7d0dcb

Browse files
ci(github): add commitlint.yml
1 parent 15aaf8e commit f7d0dcb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: commitlint
2+
on: push
3+
4+
permissions:
5+
contents: read
6+
7+
jobs:
8+
commitlint:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Commitlint
13+
uses: remarkablemark/commitlint@v2
14+
with:
15+
checkout: true

0 commit comments

Comments
 (0)