mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
fix(ci): rename commitlint config file
This commit is contained in:
committed by
Łukasz Mierzwa
parent
001f9ef4c1
commit
9905f175ce
@@ -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",
|
||||
],
|
||||
],
|
||||
},
|
||||
};
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user