Commit Graph

2 Commits

Author SHA1 Message Date
Brian Krabach aac5703bc4 docs: clarify checkout step intent in CI workflow 2026-04-04 14:42:05 -07:00
Brian Krabach 96c68915e8 ci: add GitHub Actions test workflow (Python 3.11–3.13)
- Add .github/workflows/ci.yml with correct placement in muxplex repo
- Matrix: Python 3.11, 3.12, 3.13 with fail-fast: false
- Uses uv for Python and dependency management with package caching
- Runs pytest via uv run pytest -v (config in pyproject.toml addopts)
- timeout-minutes: 15 to prevent runaway CI costs
- permissions: contents: read for minimal GITHUB_TOKEN scope

Co-authored-by: Amplifier <amplifier@example.com>
2026-04-04 14:39:29 -07:00