renovate-config/.forgejo/workflows/build.yml
Renovate Bot c9f057c0b3
All checks were successful
build / lint (default.json) (push) Successful in 1m40s
build / lint (renovate.json) (push) Successful in 1m2s
fix(deps): update data.forgejo.org/renovate/renovate docker tag to v39.261.4
2025-04-28 00:07:35 +00:00

27 lines
637 B
YAML

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