Skip to content

Commit e8dabbe

Browse files
committed
ci: add commitsar conventional commit linter
1 parent 126d390 commit e8dabbe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/commits.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Commits
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
commitsar:
8+
name: Conventional commits
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
with:
13+
fetch-depth: 0
14+
15+
- uses: aevea/commitsar@v0.20.2
16+

0 commit comments

Comments
 (0)