Files
renovate-configs/.gitea/workflows/ci.yaml
T
renovate-bot 95aaebfac8
renovate/stability-days Updates have not met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 18s
CI / Test (bun-npm.json) (pull_request) Successful in 13s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 10s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 1m33s
chore(deps): update actions/checkout action to v7
2026-06-20 18:35:16 +00:00

25 lines
633 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"
- "bun-npm.json"
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12
with:
json-file: "./${{ matrix.json-file }}"