Skip to content

Commit b2bc09d

Browse files
ci: add commitlint
1 parent ec2ff2c commit b2bc09d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/commitlint.yml

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

0 commit comments

Comments
 (0)