Skip to content

feat: add LLM status indicator to header (#1528) #3

feat: add LLM status indicator to header (#1528)

feat: add LLM status indicator to header (#1528) #3

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
branches: [main]
jobs:
typecheck:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run typecheck
- run: npm run typecheck:api