This commit is contained in:
parent
7a2758166d
commit
e4ad574f00
1 changed files with 4 additions and 11 deletions
|
@ -2,6 +2,7 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
|
||||
env:
|
||||
GITHUB_COM_TOKEN: ${{ secrets.TOKEN_GITHUB }}
|
||||
LOG_LEVEL: info
|
||||
|
@ -14,20 +15,12 @@ env:
|
|||
RENOVATE_REPOSITORY_CACHE: "enabled"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
container: ghcr.io/renovatebot/renovate:40.35.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate-config-validator
|
||||
|
||||
run:
|
||||
needs:
|
||||
- lint
|
||||
runs-on: docker
|
||||
container: ghcr.io/renovatebot/renovate:40.35.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
- run: |
|
||||
renovate-config-validator
|
||||
renovate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue