Skip to content

Migrate to readthedocs #25

Migrate to readthedocs

Migrate to readthedocs #25

Workflow file for this run

name: cffconvert
on:
push:
paths:
- CITATION.cff
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate CITATION.cff
uses: citation-file-format/[email protected]
with:
args: "--validate"