Skip to content

Commit

Permalink
Add pnpm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
reilem committed Feb 23, 2024
1 parent 9067b8a commit d8f12ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install PNPM
- name: Setup PNPM
uses: pnpm/action-setup@v3

- name: Install Dependencies
run: pnpm install

- name: Typecheck
run: pnpm run typecheck

Expand Down

0 comments on commit d8f12ec

Please sign in to comment.