Skip to content

refactor: Move pnpm configuration to pnpm-workspace.yaml #2732

refactor: Move pnpm configuration to pnpm-workspace.yaml

refactor: Move pnpm configuration to pnpm-workspace.yaml #2732

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm typecheck