Skip to content

Commit

Permalink
chore: install dependencies in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 17, 2024
1 parent 1f12d48 commit 09ad080
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/lint-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ runs:
id: commitlint
with:
fetch-depth: 0
- name: install
shell: bash
run: npm i
- name: Validate current commit on push
shell: bash
if: github.event_name == 'push'
Expand Down

0 comments on commit 09ad080

Please sign in to comment.