We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272a82f commit 5ef9b6eCopy full SHA for 5ef9b6e
1 file changed
README.md
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@v1
36
- name: Validate JSON with Glob
37
- uses: nhalstead/validate-json-action@0.1.4
+ uses: nhalstead/validate-json-action@0.1.7
38
with:
39
schema: /path/to/schema.json
40
jsons: /path/to/file.json,/path/to/another/file.json
0 commit comments