Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qjcg/cue-gh-workflows

GitHub Workflows in CUE
https://github.com/qjcg/cue-gh-workflows

ci ci-cd configuration-management continuous-deployment continuous-integration cue cuelang github-workflows

Last synced: 14 days ago
JSON representation

GitHub Workflows in CUE

Awesome Lists containing this project

README

        

* cue-gh-workflows

GitHub workflows in [[https://cuelang.org][CUE]].

** Features

- reusable workflow templates
- DRY
- fun!

** Use

#+begin_src shell
# Generate a new workflow.
cue new -t myworkflow # TODO
#+end_src

** References

- [[https://github.com/cuelang/cue/tree/master/internal/ci][cuelang/cue/internal/ci]]