mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
build: Validate JSON and YML files (#348)
This commit is contained in:
parent
9a8afcf237
commit
8def1efbc0
2 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.dockerignore
|
||||
.devcontainer
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
|
|
|
|||
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -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$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue