Skip to content

add cue to devcontainers #1

add cue to devcontainers

add cue to devcontainers #1

Workflow file for this run

name: project-conf
on:
push:
paths:
- project.yaml
jobs:
conf_test:
name: test types in project.yaml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cue-lang/[email protected]
with:
version: v0.11.1
id: install
- name: test project.yaml
run: cue vet ./cue/project_conf.cue project.yaml