Skip to content

perf: area pages render from the SSR bundle — no more 5.7 MB world cr… #2256

perf: area pages render from the SSR bundle — no more 5.7 MB world cr…

perf: area pages render from the SSR bundle — no more 5.7 MB world cr… #2256

Workflow file for this run

name: Type Checks
on:
push:
branches: [main]
pull_request:
branches: ['**']
concurrency:
group: type-checks-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
type-checks:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max-old-space-size=4096
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup
with:
needs-env: 'true'
needs-sync: 'false'
- name: Run Svelte check
run: pnpm run check
- name: Run TypeScript type check
run: pnpm run typecheck