name: build on: push: jobs: lint: runs-on: docker-global-bookworm container: image: data.forgejo.org/renovate/renovate:39.134.0@sha256:d72d0035beb9b7e0ef3dc7453637540169e37a3fa1e6f404fa5834e4284eb390 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 }}