Skip to content

Bump actions/checkout from 5 to 6 (#88) #153

Bump actions/checkout from 5 to 6 (#88)

Bump actions/checkout from 5 to 6 (#88) #153

Workflow file for this run

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