fix(ci): rename commitlint config file

This commit is contained in:
Łukasz Mierzwa
2021-07-17 14:44:36 +01:00
committed by Łukasz Mierzwa
parent 001f9ef4c1
commit 9905f175ce
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
"subject-case": [
2,
"never",
["sentence-case", "start-case", "pascal-case", "upper-case"]
["sentence-case", "start-case", "pascal-case", "upper-case"],
],
"subject-empty": [2, "never"],
"subject-full-stop": [2, "never", "."],
@@ -27,8 +27,8 @@ module.exports = {
"refactor",
"revert",
"style",
"test"
]
]
}
"test",
],
],
},
};

View File

@@ -260,7 +260,7 @@ jobs:
- name: Lint git commit
uses: wagoid/commitlint-github-action@v4.0.2
with:
configFile: .commitlintrc.js
configFile: .commitlintrc.cjs
docs:
name: Lint documentation