This project helps to create custom GitHub actions with Python 3.
- GitHub: Talentia-Software-OSS/github-action-python-template
- Free and open source software: BSD license
There are two ways to create a custom action: either by using JavaScript or by providing a Docker container that allows to use just any language.
This project helps to code a Python 3.8+ custom action, by providing:
- a cookiecutter template to generate a boilerplate project including Dockerfile, sample action code and metadata
- a Python package (this package) to serve as a lightweight framework for actions, used by our cookiecutter-generated action