Commit 8b49ed2
Add GitHub Actions CI workflow for testing (#4)
- Add test.yml workflow that runs on PRs and main branch pushes
- Test on Python 3.10 and 3.11 across ubuntu-latest and macos-latest
- Use uv for fast dependency management
- Run pytest and ruff linter/formatter checks
- Linting checks are non-blocking to allow iteration on code quality
- Fix multiple ruff linting issues (unused imports, f-string placeholders, ambiguous variable names)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2cb01aa commit 8b49ed2
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
| |||
0 commit comments