mirror of
https://code.forgejo.org/actions/renovate-config.git
synced 2025-07-17 19:58:19 +02:00
27 lines
636 B
YAML
27 lines
636 B
YAML
name: build
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: docker-global-bookworm
|
|
container:
|
|
image: data.forgejo.org/renovate/renovate:40.62.1@sha256:a2c2f71774f1f15a11038575ae1fea376448327afe5e19c35b3fffa97b875638
|
|
|
|
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 }}
|