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
- Host: GitHub
- URL: https://github.com/runwaylab/crystal-github-action
- Owner: runwaylab
- License: mit
- Created: 2024-11-02T00:47:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T01:31:33.000Z (about 1 year ago)
- Last Synced: 2025-03-02T02:33:06.190Z (about 1 year ago)
- Topics: actions, crystal
- Language: Shell
- Homepage:
- Size: 123 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.