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

27 lines
643 B
YAML

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