Skip to content

Chore(deps): Bump k8s.io/client-go from 0.29.0 to 0.29.1 #89

Chore(deps): Bump k8s.io/client-go from 0.29.0 to 0.29.1

Chore(deps): Bump k8s.io/client-go from 0.29.0 to 0.29.1 #89

Workflow file for this run

name: OpenAPI Test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
test_openapi_extraction:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go Environment
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run openapi-extractor
run: |
make openapi-test