Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewindisch/git-functions
Runtime for Git Functions supporting GitHub Actions
https://github.com/ewindisch/git-functions
Last synced: 3 months ago
JSON representation
Runtime for Git Functions supporting GitHub Actions
- Host: GitHub
- URL: https://github.com/ewindisch/git-functions
- Owner: ewindisch
- License: apache-2.0
- Created: 2018-11-13T22:09:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T20:47:25.000Z (over 1 year ago)
- Last Synced: 2024-07-18T14:39:25.644Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.