Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qjcg/cue-gh-workflows
- Owner: qjcg
- Created: 2021-01-06T16:46:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T20:19:45.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T19:25:47.724Z (2 months ago)
- Topics: ci, ci-cd, configuration-management, continuous-deployment, continuous-integration, cue, cuelang, github-workflows
- Language: Makefile
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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]]