Skip to content

break: Revamped schema based on ecosystem feedback #4

break: Revamped schema based on ecosystem feedback

break: Revamped schema based on ecosystem feedback #4

Workflow file for this run

---
name: CI Checks
on:
pull_request:
permissions:
contents: read
jobs:
main:
name: Validate Template with Schema
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Cue
uses: cue-lang/[email protected]
with:
cue-version: 0.11.0
- name: Validate template-full.yml
run: cue vet template-full.yml schema.cue
- name: Validate template-minimum.yml
run: cue vet template-minimum.yml schema.cue