We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d663f66 commit 11ed0d4Copy full SHA for 11ed0d4
.commitlintrc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "extends": [
3
+ "@commitlint/config-angular"
4
+ ]
5
+}
.github/workflows/ci_commitlint.yml
@@ -0,0 +1,15 @@
+name: Lint Commit Messages
+on:
+ - pull_request
+ - push
+
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