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

https://github.com/navilan/mettle

A TypeScript DSL for generating github actions workflows
https://github.com/navilan/mettle

Last synced: about 1 month ago
JSON representation

A TypeScript DSL for generating github actions workflows

Awesome Lists containing this project

README

          

# WIP

## Desire

```
workflow("Lint, test, and build all projects)
['<||>'] on({ pull_request: { branches: [ "master" ]}})
['<||>'] env({})
['<||>'] job("test-common")
.runs_on("ubuntu-latest")
.uses_step("actions/checkout@v1").named("").with({})
.run_step().having_env().at_dir().commands([]).named()

```