Skip to content

ci: GitHub Actions CI + lint/format fixes#2

Merged
scthornton merged 1 commit into
mainfrom
feature/ci-cd
Mar 30, 2026
Merged

ci: GitHub Actions CI + lint/format fixes#2
scthornton merged 1 commit into
mainfrom
feature/ci-cd

Conversation

@scthornton

Copy link
Copy Markdown
Owner

Summary

  • GitHub Actions CI workflow running on Python 3.11, 3.12, 3.13
  • Runs ruff lint, ruff format check, pytest, and verifies prompt-db build
  • Fixed all 31 lint/format issues across the codebase

Test plan

  • ruff check src/ tests/ — all clean
  • ruff format --check src/ tests/ — all formatted
  • pytest tests/ -v — 29/29 passing
  • CI workflow validated locally

- GitHub Actions CI: test on Python 3.11/3.12/3.13, ruff lint, ruff format, build verification
- Fixed all 31 ruff lint issues (unused imports, f-string placeholders, line length)
- All code now passes ruff check + ruff format --check
- 29/29 tests passing
@scthornton scthornton merged commit 10af95d into main Mar 30, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant