name: CI on: pull_request: jobs: test: name: Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Validate "action.json" uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2 with: json-file: "./action.json" - name: Validate "k8s.json" uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2 with: json-file: "./k8s.json" - name: Validate "helm.json" uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2 with: json-file: "./helm.json" - name: Validate "common.json" uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2 with: json-file: "./common.json"