We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b03768d + 097c8dd commit 03d80c0Copy full SHA for 03d80c0
.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