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

build: Validate JSON and YML files (#923)

parent a9db5bbe
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
@@ -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$"