Skip to content

Commit

Permalink
Attempt to get spec validation working
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Aug 3, 2024
1 parent cecf88d commit 2cd474d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
pattern: "\\.json$*"

- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.5.0
uses: GrantBirki/json-yaml-validate@v3.0.0
with:
json_schema: "./spec.json"
json_schema_version: "draft-2020-12"
json_schema: ./spec.json
json_schema_version: draft-2020-12
exclude_file: exclude.yxy
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

.idea/
1 change: 1 addition & 0 deletions exclude.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/data.json

0 comments on commit 2cd474d

Please sign in to comment.