Skip to content

docs(examples): sandbox-stream-backend uses the real sandbox-SDK Sand… #77

docs(examples): sandbox-stream-backend uses the real sandbox-SDK Sand…

docs(examples): sandbox-stream-backend uses the real sandbox-SDK Sand… #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Lint (biome)
run: pnpm run lint
- name: Typecheck
run: pnpm run typecheck
- name: Test
run: pnpm run test
- name: Build
run: pnpm run build