Skip to content

docs: swap Amp for GitHub Copilot, note platform support #23

docs: swap Amp for GitHub Copilot, note platform support

docs: swap Amp for GitHub Copilot, note platform support #23

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