1 parent 7cfa935 commit 97b3e10Copy full SHA for 97b3e10
1 file changed
.github/workflows/commitlint.yml
@@ -27,7 +27,7 @@ jobs:
27
"rules": {
28
"type-enum": [2, "always", [
29
"feat", "fix", "refactor", "build", "deps", "bug",
30
- "chore", "docs", "test", "style", "ci", "perf"
+ "chore", "docs", "test", "tests", "style", "ci", "perf"
31
]],
32
"scope-enum": [1, "always", [
33
"core", "helpers", "deps", "release", "ci",
0 commit comments