Skip to content

fix(ci): drop Windows test matrix — pre-existing upstream failures no… #23

fix(ci): drop Windows test matrix — pre-existing upstream failures no…

fix(ci): drop Windows test matrix — pre-existing upstream failures no… #23

Workflow file for this run

name: typecheck
on:
push:
branches: [fork/local]
pull_request:
branches: [fork/local]
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck