Skip to content

Bump actions/checkout from 4 to 5 (#278) #13

Bump actions/checkout from 4 to 5 (#278)

Bump actions/checkout from 4 to 5 (#278) #13

Workflow file for this run

---
name: validate CITATION.cff
on:
push:
branches: ['*']
paths:
- CITATION.cff
- .github/workflows/validate_cff.yml
pull_request:
branches: ['*']
paths:
- CITATION.cff
- .github/workflows/validate_cff.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate_cff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
with:
args: --validate