Skip to content

Merge pull request #121 from HobnobMancer/patch-incomplete-read #3

Merge pull request #121 from HobnobMancer/patch-incomplete-read

Merge pull request #121 from HobnobMancer/patch-incomplete-read #3

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@v3
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3