Commit 04052f4
ci: add GitHub Actions workflow running ruff + pytest on push/PR
Runs on every push to main and on every PR. Pipeline:
1. uv setup with cache
2. Python 3.12 (matches pyproject's requires-python)
3. uv sync --extra server (installs FastAPI/pydantic/etc)
4. ruff format --check . (gate)
5. pytest --cov=violetear
Mirrors `make test-unit` so local + CI behavior are identical.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1ba37ae commit 04052f4
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments