asdas
Some checks failed
Lint Shell files / shellcheck (pull_request) Successful in 25s
check-and-test / check-and-test (pull_request) Failing after 24s
check-and-test / helm-schema-values (pull_request) Successful in 11s

This commit is contained in:
Markus Pesch 2025-04-03 21:57:46 +02:00
parent c2c15fa140
commit c202087df8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -57,4 +57,7 @@ jobs:
with: with:
input: values.yaml input: values.yaml
- name: Verify values.schema.json - name: Verify values.schema.json
run: git diff --exit-code --name-only values.schema.json run: |
if ! git diff --exit-code --name-only values.schema.json; then
echo "Please update the values.schema.json and be carefully of breaking changes!" 2&>1
fi