Skip to content

Commit

Permalink
fix: remove cache check before npm install -g
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jun 25, 2024
1 parent cc2efd4 commit f22afb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:

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

- name: Validate current commit (last commit) with commitlint
Expand Down

0 comments on commit f22afb6

Please sign in to comment.