diff --git a/action.yml b/action.yml index 5cc9904..a781c21 100644 --- a/action.yml +++ b/action.yml @@ -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