Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 716 Bytes

WORK IN PROGRESS

THIS DOES NOT WORK CURRENTLY

Git Functions, an open GitHub Actions runtime

This implements the Github Actions workflow API, allowing a developer to test Github Actions on a local machine or on private infrastructure.

Running

Currently an AWS Lambda handler has been created to run this as a highly-scalable backend application for deploying Github actions to a private AWS account.

However, it is intended that handler.js can be modified to run these actions locally, or to run on other clouds such as Azure, GCP, or Kubernetes.

Contributing

Contributors must agree to the https://www.contributor-covenant.org/

This work is licensed under the Apache 2.0 license, see LICENSE.