Skip to content

chore(deps): bump @opentui/core from 0.5.7 to 0.5.10 #784

chore(deps): bump @opentui/core from 0.5.7 to 0.5.10

chore(deps): bump @opentui/core from 0.5.7 to 0.5.10 #784

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4
- run: bun install --frozen-lockfile
- run: bun run types
- run: bun run build
- run: bun run --cwd packages/opencode smoke:tui
env:
TUI_SMOKE_SKIP_BUILD: "1"
- run: bun run test
- run: npm install -g opencode-ai@1.18.18
- run: bun run test:e2e
- run: bun run format:check
- run: bun run lint