Skip to content

Automate GEP TOC generation and validate #4

Automate GEP TOC generation and validate

Automate GEP TOC generation and validate #4

Workflow file for this run

name: GEP Table of Content Validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
gep-validation:
name: Verify if TOC is updated
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
- name: Run CRD Validation tests
run: |
make verify-toc