Skip to content

chore: remove tui workspace and stale @opentui/solid preload #3

chore: remove tui workspace and stale @opentui/solid preload

chore: remove tui workspace and stale @opentui/solid preload #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
quality:
name: Quality Gate
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.4
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Type check
run: bun run typecheck
- name: Run tests
run: bun run test
- name: Build packages
run: bun run build