Skip to content

Add myself to the CITATION.cff #44

Add myself to the CITATION.cff

Add myself to the CITATION.cff #44

Workflow file for this run

name: validate-citation-file
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validate-citation-cff:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@main