Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcanlas/gha-dsl
A DSL for GitHub Actions, in Scala
https://github.com/mcanlas/gha-dsl
dsl github github-actions scala
Last synced: 7 days ago
JSON representation
A DSL for GitHub Actions, in Scala
- Host: GitHub
- URL: https://github.com/mcanlas/gha-dsl
- Owner: mcanlas
- License: mit
- Created: 2022-12-23T01:16:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:54:24.000Z (17 days ago)
- Last Synced: 2024-10-21T02:55:41.588Z (17 days ago)
- Topics: dsl, github, github-actions, scala
- Language: Scala
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gha-dsl
See also [GitHub Actions explained quickly](explained-quickly.md)
## Goals
- Easily support the generation of multiple GHA workflows
- Building blocks to ease code sharing
- Clear documentation and guideposts for how certain mechanisms work and when they are required
- An "opt-out by default" interface (i.e. the opposite of an overly opinionated framework)## Non-goals
- Fully type-safe YAML integration
- The generated YAML should be valid for most cases but does not internally use a YAML model
- Being an "overly opinionated framework"