Add JSON and YML validation step to workflow

This commit is contained in:
Kroese 2025-10-17 09:56:56 +02:00 committed by GitHub
parent dff11b2f67
commit 57533dc168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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$"