Skip to content

Commit

Permalink
chore: add install build step to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 21, 2024
1 parent 3a0da43 commit 3972038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Install - Build
run: |
pnpm i
pnpm build
- name: Lint
# Only fail if it is not possible to fix the linting errors
run: pnpm lint:fix
Expand Down

0 comments on commit 3972038

Please sign in to comment.