Skip to content

Fix OpenCode pane scroll input and registry hydration #75

Fix OpenCode pane scroll input and registry hydration

Fix OpenCode pane scroll input and registry hydration #75

name: Typecheck Client
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: typecheck-client-${{ github.ref }}
cancel-in-progress: true
jobs:
typecheck-client:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run client typecheck
run: npm run typecheck:client