chore(ci): add losisin/helm-values-schema-json-action
Some checks failed
commitlint / check-and-test (pull_request) Failing after 28s
Lint Shell files / shellcheck (pull_request) Successful in 26s
check-and-test / check-and-test (pull_request) Failing after 54s
check-and-test / helm-schema-values (pull_request) Failing after 16s

This commit is contained in:
Markus Pesch 2025-04-03 20:43:59 +02:00
parent 7f868a0a27
commit 600ccc9184
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -47,3 +47,16 @@ jobs:
git diff --exit-code --name-only README.md git diff --exit-code --name-only README.md
- name: yaml lint - name: yaml lint
uses: https://github.com/ibiqlik/action-yamllint@v3 uses: https://github.com/ibiqlik/action-yamllint@v3
helm-schema-values:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Generate values schema json
uses: losisin/helm-values-schema-json-action@v1.8.0
with:
input: values.yaml
- name: Verify values.schema.json
run: git diff --exit-code --name-only values.schema.json