Skip to content

Commit

Permalink
ci: install and then check
Browse files Browse the repository at this point in the history
Signed-off-by: Ourchitecture <[email protected]>
  • Loading branch information
ourchitectureio committed Sep 20, 2023
1 parent 1077bb9 commit 9c7f5e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/repo-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
restore-keys: ${{ runner.os }}-pnpm-store-

- name: Run checks
run: pnpm check
run: |
pnpm install --frozen-lockfile
pnpm check

0 comments on commit 9c7f5e7

Please sign in to comment.