Skip to content

docs: add voice cloning and multi-voice workflow to SKILL.md #7

docs: add voice cloning and multi-voice workflow to SKILL.md

docs: add voice cloning and multi-voice workflow to SKILL.md #7

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-14 # Apple Silicon
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bun run typecheck
- name: Run tests
run: bun test