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 1b8f194 commit e9f8140Copy full SHA for e9f8140
.github/workflows/lint.yaml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install commitlint
68
run: |
69
npm install -D @commitlint/[email protected] @commitlint/[email protected]
70
- echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
+ echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0]} };" > commitlint.config.js
71
npx commitlint --version
72
- name: Validate PR commits with commitlint
73
if: github.event_name == 'pull_request'
0 commit comments