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