Skip to content

Commit f22afb6

Browse files
committed
fix: remove cache check before npm install -g
1 parent cc2efd4 commit f22afb6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ runs:
2323

2424
- name: Installing commitlint
2525
shell: bash
26-
if: steps.cache-commitlint.outputs.cache-hit != 'true'
2726
run: npm install --global commitlint@${{ inputs.commitlint_version }} @commitlint/config-conventional
2827

2928
- name: Validate current commit (last commit) with commitlint

0 commit comments

Comments
 (0)