Files
muxplex/.github
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
..