Skip to content

A small template and boilerplate generator for GitHub actions written in Python 3.8+

License

Notifications You must be signed in to change notification settings

Talentia-Software-OSS/github-action-template

Repository files navigation

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

About

A small template and boilerplate generator for GitHub actions written in Python 3.8+

Resources

License

Stars

Watchers

Forks

Packages