Skip to content

CITATION.cff

CITATION.cff #235

Workflow file for this run

on:
push:
paths:
- CITATION.cff
workflow_dispatch:
merge_group:
name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install cffconvert
run: |
python3 -m pip install --user cffconvert
- name: Validate CITATION.cff
run: |
cffconvert --validate --infile CITATION.cff