Skip to content

Bump codecov/codecov-action from 5.1.2 to 5.4.0 #1735

Bump codecov/codecov-action from 5.1.2 to 5.4.0

Bump codecov/codecov-action from 5.1.2 to 5.4.0 #1735

Workflow file for this run

name: CITATION.cff
on:
push:
paths:
- CITATION.cff
pull_request:
release:
jobs:
Validate-CITATION-cff:
name: Validate CITATION.cff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-cffconvert-0
- name: pip installs
run: pip install git+https://github.com/citation-file-format/cffconvert.git
- name: run cffconvert validate
run: cffconvert --validate