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 }}"