Skip to content

Commit

Permalink
add validating citation file #834
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Apr 10, 2024
1 parent 9693c7d commit 9e24114
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/validateCITATION.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit 9e24114

Please sign in to comment.