Skip to content

Commit 8661982

Browse files
ci: add commit-lint to enforce semantic release
1 parent 9ed1785 commit 8661982

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/commit-lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint Commit Messages
2+
on: [pull_request]
3+
4+
permissions:
5+
contents: read
6+
pull-requests: read
7+
8+
jobs:
9+
commitlint:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: wagoid/commitlint-github-action@v6

0 commit comments

Comments
 (0)