Skip to content

Commit

Permalink
Merge pull request #25 from common-workflow-language/add-json-check
Browse files Browse the repository at this point in the history
fix json and add check
  • Loading branch information
mr-c committed Aug 9, 2017
2 parents b03768d + 097c8dd commit 03d80c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .zenodo.json
Expand Up @@ -14,7 +14,7 @@
"affiliation": "Common Workflow Language project",
"orcid": "http://orcid.org/0000-0002-2961-9670",
"name": "Michael R. Crusoe"
},
}
],
"access_right": "open",
"notes": "Based off of the excellent Software/Data Carpentry templates: https://github.com/swcarpentry/styles/",
Expand Down
2 changes: 2 additions & 0 deletions commands.mk
@@ -0,0 +1,2 @@
check-json:
python -m json.tool < .zenodo.json >> /dev/null && exit 0 || echo "NOT valid JSON"; exit 1

0 comments on commit 03d80c0

Please sign in to comment.