ci: Remove extra linting step
Some checks failed
build / run (push) Failing after 22s

This commit is contained in:
fleaz 2025-05-29 17:21:31 +02:00
parent 7a2758166d
commit e4ad574f00
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -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