Skip to content

Feature/lint and test workflow#7

Merged
ultimateownsz merged 3 commits intomainfrom
feature/lint-and-test-workflow
Feb 27, 2025
Merged

Feature/lint and test workflow#7
ultimateownsz merged 3 commits intomainfrom
feature/lint-and-test-workflow

Conversation

@ultimateownsz
Copy link
Contributor

Code Pull Request Template

Summary

This PR introduces a reusable GitHub Actions workflow designed for linting and type checking Python projects. The workflow is configurable and can be used across multiple repositories.

How to Use:

  • Reference this workflow in another repository via workflow_call, and provide required inputs like Python version and dependency path as needed.

Related Issues

This PR issue(s)


✅ Checklist:

  • 🛠️ I have tested my code, and it works as expected (e.g., game runs without errors).
  • 📝 I have made sure that the code follows the project's formatting and style guidelines.

Optional:

  • 💬 Code is commented (if applicable)

🏷️ Labels:

  • type: ...
  • area: ...
  • game: ...

This workflow is flexible, supporting multiple Python-based repositories while optimizing dependency management and reducing redundant actions through conditional steps.
… Python version

This commit prepares the workflow for general usage and promotes reusability within the organization.
@ultimateownsz ultimateownsz merged commit 5aec026 into main Feb 27, 2025
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

Comments