From c31fb93c5e608fbbb1f38edb2934d27804124940 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 09:55:27 +0200 Subject: [PATCH] build: Validate JSON and YML files (#923) --- .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 21045e9..0897a15 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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$"