Skip to content

Conversation

sinwoobang
Copy link
Collaborator

@sinwoobang sinwoobang commented Aug 20, 2025

  • Created a GitHub Actions CI workflow in .github/workflows/ci.yml
  • Configured to run on pushes and pull requests to the main branch
  • Set up a matrix strategy to test against Python versions 3.11 and 3.12
  • Steps include checking out the code, installing dependencies, and running checks with ruff, mypy, and pytest.
  • Added code coverage and set to fail if code coverage <75%

- Created a GitHub Actions CI workflow in .github/workflows/ci.yml
- Configured to run on pushes and pull requests to the main branch
- Set up a matrix strategy to test against Python versions 3.11 and 3.12
- Steps include checking out the code, installing dependencies, and running checks with ruff and mypy
- Added step to run tests using pytest
Copy link
Collaborator

@dittos dittos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dittos dittos merged commit b2fc901 into main Aug 20, 2025
2 checks passed
@dittos dittos deleted the ci/ci branch August 20, 2025 08:06
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.

2 participants