项目作者: citation-file-format

项目描述 :
GitHub Action to check consistency of CITATION.cff and .zenodo.json citation metadata
高级语言: Shell
项目地址: git://github.com/citation-file-format/cffconvert-github-action.git
创建时间: 2020-08-20T09:35:30Z
项目社区:https://github.com/citation-file-format/cffconvert-github-action

开源协议:Apache License 2.0

下载


cffconvert GitHub Action

GitHub action to validate CITATION.cff files, and convert to other citation formats using dockerized version of cffconvert.

github repo badge
github license badge
github marketplace badge
Research Software Directory
DOI
fair-software.eu
testing
citation metadata
links
fair software badge

Usage

  1. Save the snippet below as .github/workflows/cffconvert.yml to validate your CITATION.cff on each push.
  2. git add, commit and push to your GitHub repository
  3. Check the Actions tab on your repository’s page to check the action’s output
  1. name: cffconvert
  2. on:
  3. push:
  4. paths:
  5. - CITATION.cff
  6. jobs:
  7. validate:
  8. name: "validate"
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: Check out a copy of the repository
  12. uses: actions/checkout@v4
  13. - name: Check whether the citation metadata from CITATION.cff is valid
  14. uses: citation-file-format/cffconvert-github-action@2.0.0
  15. with:
  16. args: "--validate"

You can also look into advanced examples.



Developed by Netherlands eScience Center.



esciencecenter.nl