renovate-config/.forgejo/workflows/build.yml
Renovate Bot 3ea60a184a
All checks were successful
build / lint (default.json) (push) Successful in 1m33s
build / lint (renovate.json) (push) Successful in 59s
fix(deps): update data.forgejo.org/renovate/renovate docker tag to v41.32.1
2025-07-14 00:33:58 +00:00

27 lines
636 B
YAML

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