Skip to content

Commit

Permalink
fix: Add build step to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJT committed Jul 17, 2024
1 parent 9f3c7c5 commit 62bfbb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ runs:

- shell: bash
run: pnpm install

- name: Build Project
shell: bash
run: pnpm build
1 change: 0 additions & 1 deletion .github/workflows/validate-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup

- run: pnpm build
- run: pnpm lint

check-changeset:
Expand Down

0 comments on commit 62bfbb0

Please sign in to comment.