Skip to content

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 #654

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 #654

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