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 cc2efd4 commit f22afb6Copy full SHA for f22afb6
1 file changed
action.yml
@@ -23,7 +23,6 @@ runs:
23
24
- name: Installing commitlint
25
shell: bash
26
- if: steps.cache-commitlint.outputs.cache-hit != 'true'
27
run: npm install --global commitlint@${{ inputs.commitlint_version }} @commitlint/config-conventional
28
29
- name: Validate current commit (last commit) with commitlint
0 commit comments