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

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

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
```