build: Validate JSON and YML files (#923)

This commit is contained in:
Kroese
2025-10-17 09:55:27 +02:00
committed by GitHub
parent a9db5bbe87
commit c31fb93c5e
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
.dockerignore
.devcontainer
.git
.github
.gitignore

View File

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