Skip to content

Include GH Action for checking CITATION.cff #1

Include GH Action for checking CITATION.cff

Include GH Action for checking CITATION.cff #1

Workflow file for this run

on:
push:
paths:
- CITATION.cff
workflow_dispatch:

Check failure on line 6 in .github/workflows/citation-check.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/citation-check.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3