Skip to content

Commit

Permalink
Added continue on error for JSON validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Jul 27, 2023
1 parent 89e68ad commit bdb8ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-sample-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
jq -s '[.[][]]' ./main/samples/**/assets/sample.json ./main/.metadata/powerapps-samples.json > ./Docs/docs/samples.json
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
continue-on-error: true
env:
INPUT_SCHEMA: ./main/templates/metadata-schema.json
INPUT_JSONS: ./Docs/docs/samples.json
Expand Down

0 comments on commit bdb8ae7

Please sign in to comment.