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 bf1cfe4 commit a17c86eCopy full SHA for a17c86e
.github/workflows/lint.yaml
@@ -68,11 +68,6 @@ jobs:
68
run: |
69
npm install -D @commitlint/cli @commitlint/config-conventional
70
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
71
- - name: Print versions
72
- run: |
73
- git --version
74
- node --version
75
- npm --version
76
npx commitlint --version
77
- name: Validate PR commits with commitlint
78
if: github.event_name == 'pull_request'
0 commit comments