We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcf4a4 commit bf1cfe4Copy full SHA for bf1cfe4
.github/workflows/lint.yaml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install commitlint
68
run: |
69
npm install -D @commitlint/cli @commitlint/config-conventional
70
- echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
+ echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
71
- name: Print versions
72
73
git --version
0 commit comments