Skip to content

Commit 03d80c0

Browse files
authored
Merge pull request #25 from common-workflow-language/add-json-check
fix json and add check
2 parents b03768d + 097c8dd commit 03d80c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.zenodo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"affiliation": "Common Workflow Language project",
1515
"orcid": "http://orcid.org/0000-0002-2961-9670",
1616
"name": "Michael R. Crusoe"
17-
},
17+
}
1818
],
1919
"access_right": "open",
2020
"notes": "Based off of the excellent Software/Data Carpentry templates: https://github.com/swcarpentry/styles/",

commands.mk

+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)