Skip to content

Merge branch 'develop' into latest-v4.2.2 #34

Merge branch 'develop' into latest-v4.2.2

Merge branch 'develop' into latest-v4.2.2 #34

Workflow file for this run

name: Validate citation
on: # yamllint disable-line rule:truthy
push:
paths:
- CITATION.cff
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: citation-file-format/[email protected]
with:
args: "--validate"