Skip to content

feat(skill): make captions read as spoken video, not written prose #27

feat(skill): make captions read as spoken video, not written prose

feat(skill): make captions read as spoken video, not written prose #27

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- run: uv sync --all-extras
- run: uv run pytest tests/ -q