Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewindisch/git-functions

Runtime for Git Functions supporting GitHub Actions
https://github.com/ewindisch/git-functions

Last synced: about 2 months ago
JSON representation

Runtime for Git Functions supporting GitHub Actions

Awesome Lists containing this project

README

        

**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.