Skip to content

Upgrade types and tests #12

Upgrade types and tests

Upgrade types and tests #12

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm install -r
- run: pnpm typecheck
- run: pnpm lint