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 e00eb50 commit 17107b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ validate_syntax:

# you will need to install reproschema-py to run this one ( pip install reproschema )
validate_schema:
reproschema -l DEBUG validate artemis_schema/schemas/artemis/activities
reproschema -l DEBUG validate artemis_schema/schemas/artemis/protocols
reproschema -l DEBUG validate artemis_schema/schemas/artemis/artemis_schema.jsonld
reproschema -l DEBUG validate schemas/artemis/activities
reproschema -l DEBUG validate schemas/artemis/protocols
reproschema -l DEBUG validate schemas/artemis/artemis_schema.jsonld

0 comments on commit 17107b4

Please sign in to comment.