/ghacue

GitHub Actions schema in CUE

Primary LanguageCUEBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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