Unverified Commit 8def1efb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Validate JSON and YML files (#348)

parent 9a8afcf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
.dockerignore
.devcontainer
.git
.github
.gitignore
+5 −0
Original line number Diff line number Diff line
@@ -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$"