Skip to content

feat: upgrade to Helm 4 #20097

feat: upgrade to Helm 4

feat: upgrade to Helm 4 #20097

name: Validate Docs and Schema
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-docs-and-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup golang
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: Docs and schemas
run: "make test-docs-and-schema"
- name: Instruct user to fix
if: failure()
run: echo "Please run 'make docs-and-schema' at the root of the repo and commit the changes to your pull request"