Skip to content

Merge pull request #3460 from Unidata/dependabot-pip-ci-dask-2024.4.0 #11

Merge pull request #3460 from Unidata/dependabot-pip-ci-dask-2024.4.0

Merge pull request #3460 from Unidata/dependabot-pip-ci-dask-2024.4.0 #11

Workflow file for this run

name: Check Citation Info
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
cancel-in-progress: true
on:
push:
paths:
- CITATION.cff
pull_request:
paths:
- CITATION.cff
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v4
- name: Check validity of CITATION.cff
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"