Skip to content

hofstadter-io/ghacue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghacue

GitHub Actions schema in CUE

Installing

There are a few ways to reference

Schemas

schema.cue is hand written

import/ come from the Schema Store

Validating a Workflow

We use cue vet to validate a workflow.yml against the schema

cue vet schema.cue my-workflow.yml

Generating a Workflow

We use cue export to output the yaml form of a workflow written in CUE.

cue export my-workflow.cue -o my-workflow.yml