mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
ci: add Renovate config validator
This commit is contained in:
parent
65d52675c9
commit
e546d03d9f
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -43,3 +43,13 @@ jobs:
|
|||||||
echo "::add-matcher::.github/actionlint-matcher.json"
|
echo "::add-matcher::.github/actionlint-matcher.json"
|
||||||
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
|
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
|
||||||
./actionlint
|
./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
|
||||||
|
Loading…
Reference in New Issue
Block a user