Skip to content

fix(ci): restore e2e job with proper Playwright browser install steps #31

fix(ci): restore e2e job with proper Playwright browser install steps

fix(ci): restore e2e job with proper Playwright browser install steps #31

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