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 0313eff commit 7caaf1eCopy full SHA for 7caaf1e
.github/workflows/lint.yaml
@@ -67,8 +67,7 @@ jobs:
67
node-version: lts/*
68
- name: Install commitlint
69
run: |
70
- COMMITLINT_VERSION=20.1.0
71
- npm install -D @commitlint/cli@$COMMITLINT_VERSION @commitlint/config-conventional@$COMMITLINT_VERSION
+ npm install -D @commitlint/cli@20.1.0 @commitlint/config-conventional@20.0.0
72
echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0], 'header-max-length': [0]} };" > commitlint.config.js
73
npx commitlint --version
74
- name: Validate PR commits with commitlint
0 commit comments