cue.dev/x/githubactions@v0.4.0

extra.cue raw

1package githubactions
2
3// Export some parts of the schema at the top level
4// we want to be part of the core API.
5
6#Job:  matchN(1, [#Workflow.#normalJob, #Workflow.#reusableWorkflowCallJob])
7#Step: #Workflow.#step