Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 14, 2024
1 parent 17107b4 commit d27ebe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ validate: validate_syntax validate_schema

# Validate jsonld
validate_syntax:
grep -r "@context" response_options | cut -d: -f1 | xargs -I {} jsonlint -q {}
grep -r "@context" schemas | cut -d: -f1 | xargs -I {} jsonlint -q {}

# you will need to install reproschema-py to run this one ( pip install reproschema )
Expand Down

0 comments on commit d27ebe1

Please sign in to comment.