Skip to content

feat: add CI/CD workflow and Makefile - #14

Closed
mattapperson wants to merge 1 commit into
mainfrom
unit-18/ci-cd-github-actions
Closed

feat: add CI/CD workflow and Makefile#14
mattapperson wants to merge 1 commit into
mainfrom
unit-18/ci-cd-github-actions

Conversation

@mattapperson

Copy link
Copy Markdown
Contributor

Summary

  • Add GitHub Actions CI workflow running lint, type check, and tests across Python 3.10-3.12
  • Add Makefile with install, test, lint, typecheck, and check targets for local dev

Test plan

  • All 78 existing tests pass (pytest tests/ -v)
  • Linter passes (ruff check src/ tests/)
  • Verify CI runs on PR creation in GitHub

Add GitHub Actions CI pipeline that runs lint (ruff), type checking (mypy),
and tests (pytest) across Python 3.10-3.12. Add Makefile with common dev
commands for local use.
@mattapperson
mattapperson deleted the unit-18/ci-cd-github-actions branch April 16, 2026 20:20
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