Skip to content

chore: v2.4.0 Zenodo DOI + landing citation count 240 to 248 #50

chore: v2.4.0 Zenodo DOI + landing citation count 240 to 248

chore: v2.4.0 Zenodo DOI + landing citation count 240 to 248 #50

Workflow file for this run

name: Citation Check
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: citation-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate CITATION.cff
runs-on: ubuntu-latest
timeout-minutes: 3
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false
- name: Validate CITATION.cff against the CFF schema
uses: dieghernan/cff-validator@7b3c5e27c65c08af9f0c4a9c5e424aa281834e25 # v3