renovate-config/.forgejo/workflows/build.yml
Renovate Bot b6d4a13df2
All checks were successful
build / lint (default.json) (push) Successful in 1m13s
build / lint (renovate.json) (push) Successful in 1m4s
fix(deps): update data.forgejo.org/renovate/renovate docker tag to v40.14.6
2025-05-19 00:33:16 +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:40.14.6@sha256:42a567e01a398e7810cf5a9e1ebee7604c263eb680268a68b5a6321420742c48
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 }}