Skip to content

docs: move CLI installation and quickstart from get started to reference #19

docs: move CLI installation and quickstart from get started to reference

docs: move CLI installation and quickstart from get started to reference #19

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- run: sudo apt-get update && sudo apt-get install -y ffmpeg
- run: uv sync --locked
- run: uv run ruff check .
- run: uv run ruff format --check .
- run: uv run ty check
- run: uv run pytest
- run: uv build