Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 9, 2024
1 parent 5731d3d commit 67ae2d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Type Check
run: pnpm typecheck
- name: Lint
Expand Down

0 comments on commit 67ae2d8

Please sign in to comment.