build: Validate JSON and YML files (#1076)

This commit is contained in:
Kroese
2025-10-17 10:05:52 +02:00
committed by GitHub
parent 0f97091e61
commit dff8abbe1e
2 changed files with 6 additions and 0 deletions

View File

@@ -22,3 +22,8 @@ jobs:
dockerfile: Dockerfile
ignore: DL3008,DL3003,DL3006,DL3013
failure-threshold: warning
-
name: Validate JSON and YML files
uses: GrantBirki/json-yaml-validate@v4
with:
yaml_exclude_regex: ".*\\kubernetes\\.yml$"