Skip to content

Commit d4babc7

Browse files
committed
chore: update commitlint config format
v6.x requires a new format.
1 parent 8ec11df commit d4babc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const Configuration = {
1212
},
1313
};
1414

15-
module.exports = Configuration;
15+
export default Configuration;

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5.4.5
3030
with:
31-
configFile: .github/commitlint.config.js
31+
configFile: .github/commitlint.config.mjs
3232
lint-actions:
3333
permissions:
3434
contents: read

0 commit comments

Comments
 (0)