Skip to content

Cross platform command line driver + PropLib template adherence #2

Cross platform command line driver + PropLib template adherence

Cross platform command line driver + PropLib template adherence #2

Workflow file for this run

name: Validate CITATION.cff
on:
push:
paths: CITATION.cff
pull_request:
paths: CITATION.cff
workflow_dispatch:
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3