From 8def1efbc08b81a96607bc12e313d77eb99797bd Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 10:05:33 +0200 Subject: [PATCH] build: Validate JSON and YML files (#348) --- .dockerignore | 1 + .github/workflows/check.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.dockerignore b/.dockerignore index 258778b..154d44a 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 a5c9da0..53c5c25 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,3 +18,8 @@ jobs: dockerfile: Dockerfile ignore: DL3008,DL3018,DL3020,DL3029,DL3059 failure-threshold: warning + - + name: Validate JSON and YML files + uses: GrantBirki/json-yaml-validate@v4 + with: + yaml_exclude_regex: ".*\\kubernetes\\.yml$"