Skip to content

Commit

Permalink
ci: enable linter on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Nov 26, 2024
1 parent 14f4e53 commit 611b73c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ runs:
- name: Installing dependencies
run: npm ci
shell: bash
- name: Run linter
run: npm run lint
shell: bash
- name: Build project
run: npm run build
shell: bash
Expand Down

0 comments on commit 611b73c

Please sign in to comment.