Skip to content

Merge pull request #3609 from Unidata/dependabot-pip-ci-ruff-0.6.2 #12

Merge pull request #3609 from Unidata/dependabot-pip-ci-ruff-0.6.2

Merge pull request #3609 from Unidata/dependabot-pip-ci-ruff-0.6.2 #12

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/[email protected]
with:
args: "--validate"