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 6e58870 commit e12b03fCopy full SHA for e12b03f
.github/workflows/commitlint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install node dependencies
13
run: |
14
npm install conventional-changelog-conventionalcommits
15
- npm install commitlint@latest
+ npm install commitlint@18.2.0
16
17
- name: Validate current commit (last commit) with commitlint
18
if: github.event_name == 'push'
0 commit comments