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

https://github.com/runwaylab/crystal-github-action

PoC demonstrating that it is technically possible to write a GitHub Action as a pre-compiled crystal binary
https://github.com/runwaylab/crystal-github-action

actions crystal

Last synced: 7 months ago
JSON representation

PoC demonstrating that it is technically possible to write a GitHub Action as a pre-compiled crystal binary

Awesome Lists containing this project

README

          

# crystal-github-action

A very basic PoC following [this article](https://full-stack.blend.com/how-we-write-github-actions-in-go.html) on how to write a GitHub Action in another language that isn't JavaScript.

This PoC shows that it is possible to follow the same GoLang pattern, but in Crystal.