Skip to content

v0.19.1 polish: Opus 4.7 default, live status, chat header, dirty-state, silent-failure fixes #98

v0.19.1 polish: Opus 4.7 default, live status, chat header, dirty-state, silent-failure fixes

v0.19.1 polish: Opus 4.7 default, live status, chat header, dirty-state, silent-failure fixes #98

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Typecheck
run: bun run typecheck
- name: Test
run: bun test