Template repo to quickly make a tested and documented GitHub action in Python with Poetry
Getting started from the template Rename the src/action_python_poetry package. Globally replace instances of action-python-poetry and action_python_poetry with your project and package name. If your repo is private, set it up on CodeCov and add a codecov token to your repo under the CODECOV_TOKEN secret. Create and test your action. __main__.py in your package will be executed when the action is run. The environment variables your tests use can be set in pyproject.toml and/or managed in test fixtures. Update action.yml, README.md, […]
Read more