Skip to content

Commit 97b3e10

Browse files
authored
ci: add "tests" to commitlint.yml types enum (#102)
Signed-off-by: MarTrepodi <martrepodi@gmail.com>
1 parent 7cfa935 commit 97b3e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
"rules": {
2828
"type-enum": [2, "always", [
2929
"feat", "fix", "refactor", "build", "deps", "bug",
30-
"chore", "docs", "test", "style", "ci", "perf"
30+
"chore", "docs", "test", "tests", "style", "ci", "perf"
3131
]],
3232
"scope-enum": [1, "always", [
3333
"core", "helpers", "deps", "release", "ci",

0 commit comments

Comments
 (0)