Skip to content

docs: update SKILL.md and vault for 30s max duration, no lip-sync #17

docs: update SKILL.md and vault for 30s max duration, no lip-sync

docs: update SKILL.md and vault for 30s max duration, no lip-sync #17

Workflow file for this run

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