Skip to content

ci: fix typecheck

ci: fix typecheck #28

Workflow file for this run

name: Type Check
on: [workflow_dispatch, push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
run_install: false
- name: Install dependencies
working-directory: .
run: pnpm i
- name: Run typecheck
working-directory: .
run: pnpm typecheck