We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04926ca commit 5c3390fCopy full SHA for 5c3390f
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
fetch-depth: 0
19
- uses: wagoid/commitlint-github-action@v5
20
+ with:
21
+ configFile: commitlintrc.json
22
23
doc:
24
name: Build Doc
commitlintrc.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": ["@commitlint/config-conventional"],
3
+
4
+ "helpUrl": "https://github.com/conventional-changelog/commitlint/#what-is-commitlint",
5
6
+ "rules": {
7
+ "body-max-line-length": [2, "always", 4096]
8
+ }
9
+}
0 commit comments