https://github.com/sj14/cue-libs
https://github.com/sj14/cue-libs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sj14/cue-libs
- Owner: sj14
- License: apache-2.0
- Created: 2022-07-02T09:35:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T18:00:29.000Z (over 3 years ago)
- Last Synced: 2025-04-02T04:50:30.288Z (9 months ago)
- Language: CUE
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://github.com/cue-examples/github-actions-example
https://www.youtube.com/watch?v=Ey3ca0K2h2U
curl -sO https://json.schemastore.org/github-workflow.json
cue import -l '#Workflow:' -p github jsonschema: github-workflow.json
~~cue export workflows/workflows.cue --out yaml~~
~~cue export workflows/*.cue --out yaml --outfile .github/workflows/cue.yaml --force~~
```
cue fmt ./...
cue cmd genworkflows ./workflows
```