Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

GitHub Action template

This project helps to create custom GitHub actions with Python 3.

Features

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