Skip to content

Commit

Permalink
fix actions #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 26, 2023
1 parent 318d054 commit 1643550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
cache: pnpm
node-version: latest
- run: pnpm install
- run: pnpm build
- name: Lint
run: pnpm lint
Expand All @@ -39,6 +40,7 @@ jobs:
with:
cache: pnpm
node-version: latest
- run: pnpm install
- run: pnpm build
- name: Typecheck
run: pnpm typecheck
Expand Down

0 comments on commit 1643550

Please sign in to comment.