Skip to content

fix(crd-gen): use correct description for 'spec.indicator.bool_gauge.… #418

fix(crd-gen): use correct description for 'spec.indicator.bool_gauge.…

fix(crd-gen): use correct description for 'spec.indicator.bool_gauge.… #418

Workflow file for this run

name: generate
on:
push:
branches:
- main
paths:
- examples/**
pull_request:
jobs:
jsonnet:
runs-on: ubuntu-latest
name: Generate Jsonnet examples
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version-file: go.mod
- uses: zendesk/setup-jsonnet@v12
- run: go install github.com/brancz/gojsontoyaml@latest
- run: make --always-make examples && git diff --exit-code