name: build on: push: jobs: lint: runs-on: docker-global-bookworm container: image: data.forgejo.org/renovate/renovate:41.1.4@sha256:687280493de12f5e70cba05675220f8d4d1069788ef90e334a20ddad70755d11 strategy: matrix: file: - default.json - renovate.json steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: show-progress: false - run: node bin/validator.cjs ${{ matrix.file }} env: LOG_LEVEL: debug RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: ${{ github.server_url }}