From dff8abbe1e7491ab41c72c9d23dcb74f42a741f5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 10:05:52 +0200 Subject: [PATCH] build: Validate JSON and YML files (#1076) --- .dockerignore | 1 + .github/workflows/check.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4f5f732..a1e41eb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ .dockerignore +.devcontainer .git .github .gitignore diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 12fdd10..e57f9bc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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$"