Skip to content

feat(web): self-playing terminal demo + spacious responsive polish #3

feat(web): self-playing terminal demo + spacious responsive polish

feat(web): self-playing terminal demo + spacious responsive polish #3

Workflow file for this run

name: CI
on:
push:
branches: [main, v1]
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
- name: Install
run: npm ci
- name: Typecheck
run: npx tsc --noEmit