GitHub Actions schema in CUE
There are a few ways to reference
- copy
schema.cue
next to yourworkflow.yml
files hof mod
to manage as a dependency
schema.cue is hand written
import/ come from the Schema Store
We use cue vet
to validate a workflow.yml
against the schema
cue vet schema.cue my-workflow.yml
We use cue export
to output the yaml form of a workflow written in CUE.
cue export my-workflow.cue -o my-workflow.yml