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