29 lines
No EOL
538 B
YAML
29 lines
No EOL
538 B
YAML
name: build
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: docker
|
|
image:
|
|
name: ghcr.io/renovatebot/renovate:40.30.2
|
|
steps:
|
|
- uses: actions/checkout@latest
|
|
with:
|
|
show-progress: false
|
|
|
|
- run: |
|
|
- renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
|
|
|
|
run:
|
|
needs:
|
|
- lint
|
|
runs-on: docker
|
|
steps:
|
|
- uses: actions/checkout@latest
|
|
with:
|
|
show-progress: false
|
|
fetch-depth: 0
|
|
- run: |
|
|
- renovate $RENOVATE_EXTRA_FLAGS |