Skip to content

Commit

Permalink
Removed validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Jul 28, 2023
1 parent fe30eff commit 2f654d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/merge-json-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
- name: Join samples
run: |
jq -s '[.[][]]' ./main/samples/**/assets/sample.json > ./main/.metadata/samples.json
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./main/templates/metadata-schema.json
INPUT_JSONS: ./main/.metadata/samples.json
- name: Commit samples.json to main
uses: EndBug/add-and-commit@v6
with:
Expand Down

0 comments on commit 2f654d5

Please sign in to comment.