1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-26 10:34:39 +02:00

ci: add Renovate config validator

This commit is contained in:
cn 2024-05-16 17:23:26 +02:00 committed by Christian Nicolai
parent 65d52675c9
commit e546d03d9f

View File

@ -43,3 +43,13 @@ jobs:
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint
renovate-config-validator:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate
options: --user root
steps:
- uses: actions/checkout@v4
- name: Check Renovate config
run: renovate-config-validator --strict