renovate-config/.forgejo/workflows/build.yml

27 lines
637 B
YAML

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