Files
renovate-configs/.gitea/workflows/ci.yaml
Timo Behrendt e425132e54
All checks were successful
CD / Release (push) Successful in 6s
ci: pin varios actions to a proper semver version (#39)
Reviewed-on: #39
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-02-14 19:05:25 +01:00

24 lines
605 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@3e6f6900956d410f67923617c65f38a7efb228c6 # 0.1.2
with:
json-file: "./${{ matrix.json-file }}"