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 777f7fb commit 46b2d0cCopy full SHA for 46b2d0c
.github/workflows/lint.yaml
@@ -66,7 +66,7 @@ jobs:
66
node-version: lts/*
67
- name: Install commitlint
68
run: |
69
- npm install -D @commitlint/cli @commitlint/config-conventional
+ npm install -D @commitlint/cli@19.8.1 @commitlint/config-conventional@19.8.1
70
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
71
npx commitlint --version
72
- name: Validate PR commits with commitlint
0 commit comments