Skip to content

Merge pull request #106 from cpp-lln-lab/dependabot/github_actions/ac… #20

Merge pull request #106 from cpp-lln-lab/dependabot/github_actions/ac…

Merge pull request #106 from cpp-lln-lab/dependabot/github_actions/ac… #20

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
jobs:
validate_cff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip3 install cffconvert
- name: Validate CITATION.cff
run: cffconvert --validate