Skip to content

Commit fec2274

Browse files
authored
Update validate.yml
1 parent 176841a commit fec2274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate JSONs
33
on:
44
pull_request_target:
55
paths:
6-
- '/_data/collection.json'
6+
- '_data/collection.json'
77
workflow_dispatch:
88

99
permissions:
@@ -29,7 +29,7 @@ jobs:
2929
npm install -g ajv-cli
3030
- name: Run schema check
3131
run: |
32-
ajv validate -s schema.json -d /_data/collection.json --all-errors --errors=text --verbose=true -c=ajv-formats 1>> log.txt 2>&1
32+
ajv validate -s schema.json -d _data/collection.json --all-errors --errors=text --verbose=true -c=ajv-formats 1>> log.txt 2>&1
3333
- name: Show Validation Issues
3434
if: failure()
3535
run: cat log.txt

0 commit comments

Comments
 (0)