Skip to content

Overhaul of cff-bibtex conversion system (#63) #167

Overhaul of cff-bibtex conversion system (#63)

Overhaul of cff-bibtex conversion system (#63) #167

Workflow file for this run

on:
push:
paths:
- CITATION.cff
workflow_dispatch:
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@main