Skip to content

build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2 #413

build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2

build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2 #413

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