Skip to content

Commit

Permalink
Fixed mzQC document locations for json schema validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jun 26, 2024
1 parent 15e0435 commit 664ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install jsonschema
- name: Validate mzQC files
run: |
for i in ./specification_documents/draft_v1/examples/*.mz[qQ][cC]; do
for i in ./specification_documents/examples/*.mz[qQ][cC]; do
echo "Syntactic validating of $i"
jsonschema -i $i ./schema/mzqc_schema.json
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 664ca6d

Please sign in to comment.