"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "cef9babdb74b6f157fc8d684f0c352c3d1b3a49f"
Unverified Commit cb408193 authored by Faruk D's avatar Faruk D Committed by GitHub
Browse files

Create cffconvert.yml (#4534)

parent 39d9a8d9
name: cffconvert
on:
push:
paths:
- CITATION.cff
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v2
- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment