Skip to content

Commit e9f8140

Browse files
authored
chore: commitlint PoC subject-case (#2416)
1 parent 1b8f194 commit e9f8140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install commitlint
6868
run: |
6969
npm install -D @commitlint/[email protected] @commitlint/[email protected]
70-
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
70+
echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0]} };" > commitlint.config.js
7171
npx commitlint --version
7272
- name: Validate PR commits with commitlint
7373
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)