Files
renovate-configs/.gitea/workflows/ci.yaml
Renovate Bot 7e95fa17d8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 37s
CI / Test (docker-compose.json) (pull_request) Successful in 36s
CI / Test (common.json) (pull_request) Successful in 1m17s
CI / Test (helm.json) (pull_request) Successful in 1m15s
CI / Test (k8s.json) (pull_request) Successful in 1m14s
chore(deps): update actions/checkout action to v6
2025-11-27 17:10:42 +00:00

24 lines
558 B
YAML

name: CI
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
json-file:
- "action.json"
- "k8s.json"
- "helm.json"
- "common.json"
- "docker-compose.json"
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:
json-file: "./${{ matrix.json-file }}"