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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-21T23:58:04.000Z (9 months ago)
- Last Synced: 2025-09-22T01:21:49.410Z (9 months ago)
- Topics: dsl, github, github-actions, scala
- Language: Scala
- Homepage:
- Size: 116 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"