citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
100 stars 28 forks source link

updated previously invalid cff file used in testing #328

Closed jspaaks closed 1 year ago

jspaaks commented 1 year ago

Refs:

This PR updates a CITATION.cff file that was used in testing but didnt pass validation because of an issue with one of the authors' orcid ending in X (which is legal but the 1.0.3 schema didnt recognize that). Fixed by removing the orcid key altogether and using the other author's orcid instead.

find ./tests -type f -name CITATION.cff -exec cffconvert -i {} --validate \; 

show all passing now whereas main had an error for tests/cff_1_0_3/c/CITATION.cff