Skip to content

Commit

Permalink
Update path of json to real path so validation can be used in other w…
Browse files Browse the repository at this point in the history
…orkflows
  • Loading branch information
radishmouse committed Jul 11, 2024
1 parent 2e662cb commit fb08b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Install dependencies
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
- name: Validate JSON files
run: jv test/data/snapshot-schema.json test/data/json/*.json
run: jv test/data/snapshot-schema.json json/*.json

0 comments on commit fb08b54

Please sign in to comment.