sync
Some checks failed
CI / build (pull_request) Failing after 31s

This commit is contained in:
2025-10-08 15:36:27 +02:00
parent b96346c43b
commit a1ef75fcea
8 changed files with 126 additions and 2 deletions

26
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate "action.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.0
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.0
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.0
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.0
with:
json-file: "./common.json"