We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03768d commit 097c8ddCopy full SHA for 097c8dd
.zenodo.json
@@ -14,7 +14,7 @@
14
"affiliation": "Common Workflow Language project",
15
"orcid": "http://orcid.org/0000-0002-2961-9670",
16
"name": "Michael R. Crusoe"
17
- },
+ }
18
],
19
"access_right": "open",
20
"notes": "Based off of the excellent Software/Data Carpentry templates: https://github.com/swcarpentry/styles/",
commands.mk
@@ -0,0 +1,2 @@
1
+check-json:
2
+ python -m json.tool < .zenodo.json >> /dev/null && exit 0 || echo "NOT valid JSON"; exit 1
0 commit comments