Skip to content

Adding a table of content and adapting the troubleshooting section #41

Adding a table of content and adapting the troubleshooting section

Adding a table of content and adapting the troubleshooting section #41

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Verify codegen
permissions: {}
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify-codegen:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: render/go.mod
- name: Verify generated code is up to date
run: make verify-codegen