snorben / EEG_preprocessing_UMCU

Apache License 2.0
1 stars 0 forks source link

Next step: Citation data #2

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

It is likely that your CITATION.cff currently doesn't pass validation. The error messages you get from the cffconvert GitHub Action are unfortunately a bit cryptic, but doing the following helps:

Afterwards, the cffconvert GitHub Action should be green.

To make sure services like Zenodo and the Research Software Directory can keep your citation data up to date, the cffconvert GitHub Action checks the following:

  1. Whether your repository includes a CITATION.cff file.

    By including this file, authors of the software can receive credit for the work they put in.

  2. Whether your CITATION.cff is valid YAML.

    Visit http://www.yamllint.com/ to see if the contents of your CITATION.cff are valid YAML.

  3. Whether your CITATION.cff adheres to the schema (as listed in the CITATION.cff file itself under key cff-version).

    The Citation File Format schema can be found here, along with an explanation of all the keys. You're advised to use the latest available schema version.

DaniBodor commented 4 months ago

Duplicate of #7