Skip to content

breaking change

breaking change #3

Workflow file for this run

name: crd-diff
on:
pull_request:
jobs:
crd-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run make verify-crd-compatibility
run: make verify-crd-compatibility