https://github.com/regadas/scala-gha-dhall
Example scala project using github-action-dhall to manage your CI workflow
https://github.com/regadas/scala-gha-dhall
dhall-lang github-actions scala
Last synced: about 2 months ago
JSON representation
Example scala project using github-action-dhall to manage your CI workflow
- Host: GitHub
- URL: https://github.com/regadas/scala-gha-dhall
- Owner: regadas
- Created: 2020-05-14T01:28:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T03:40:31.000Z (about 5 years ago)
- Last Synced: 2025-01-29T08:24:06.368Z (4 months ago)
- Topics: dhall-lang, github-actions, scala
- Language: Dhall
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-gha-dhall
Example scala project using [`github-action-dhall`](https://github.com/regadas/github-actions-dhall) to manage your CI workflow.
## Usage
1. Install [`dhall`](https://github.com/dhall-lang/dhall-lang#getting-started).
2. Use one of the provided examples:
```bash
curl https://raw.githubusercontent.com/regadas/github-actions-dhall/master/examples/scala.dhall > scala.dhall
```3. Update it to your taste and convert it to yaml:
```bash
dhall-to-yaml --file scala.dhall > .github/workflows/ci.yaml
```