Skip to content

Update to v0.10.0 (#362) #4

Update to v0.10.0 (#362)

Update to v0.10.0 (#362) #4

Workflow file for this run

name: ci-citation
on:
pull_request:
paths:
- "CITATION.cff"
push:
paths:
- "CITATION.cff"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "check CITATION.cff"
uses: citation-file-format/[email protected]
with:
args: "--validate"