Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SVijayB authored Aug 30, 2021
1 parent 6223188 commit fef6b8e
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:
run: npm install -g ajv-cli
- name: Run schema check
run:
ajv validate -s schema.json -d "contributors/*.json" --all-errors --error-data-path=property --verbose=true
ajv validate -s schema.json -d "contributors/*.json" --all-errors --verbose=true

0 comments on commit fef6b8e

Please sign in to comment.