Skip to content

implemented a CI check to validate code generation #13

implemented a CI check to validate code generation

implemented a CI check to validate code generation #13

Workflow file for this run

name: Code Generation Check
on:
pull_request:
paths:
- 'pkg/apis/**'
- 'hack/**'
jobs:
verify-codegen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: bash hack/verify-codegen.sh