Skip to content

feat: show the live presentation model in the demo apps #2

feat: show the live presentation model in the demo apps

feat: show the live presentation model in the demo apps #2

Workflow file for this run

name: CI
on:
push:
branches: [master, 'feat/**']
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v5
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm format:check
- run: pnpm test