test fix for json valid
All checks were successful
CI / build (pull_request) Successful in 26s

This commit is contained in:
2025-10-08 16:02:40 +02:00
parent 3a45394d89
commit c6f7491be3

View File

@@ -9,18 +9,18 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Validate "action.json" - name: Validate "action.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
with: with:
json-file: "./action.json" json-file: "./action.json"
- name: Validate "k8s.json" - name: Validate "k8s.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
with: with:
json-file: "./k8s.json" json-file: "./k8s.json"
- name: Validate "helm.json" - name: Validate "helm.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
with: with:
json-file: "./helm.json" json-file: "./helm.json"
- name: Validate "common.json" - name: Validate "common.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
with: with:
json-file: "./common.json" json-file: "./common.json"