Skip to content

Conversation

BenjaminBossan
Copy link
Owner

Summary

  • add GitHub Actions workflow that runs formatting, typing and tests

Testing

  • black --check .
  • ruff check .
  • mypy --strict src.py (fails: incompatible types in assignment)
  • python -m pytest --cov --cov-report=term-missing test.py

https://chatgpt.com/codex/tasks/task_e_68404b14d954832dae41ca2f75bd0ca6

@BenjaminBossan BenjaminBossan merged commit 067399d into main Jun 4, 2025
1 check passed
@BenjaminBossan BenjaminBossan deleted the codex/create-github-action-for-pytest,-mypy,-black,-ruff branch June 4, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant