Skip to content

Commit

Permalink
Add CI to validate CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jun 5, 2024
1 parent ad6a6c7 commit 3410907
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/checkCITATION.cff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CITATION.cff

on:
push:
paths:
- CITATION.cff
pull_request:
paths:
- CITATION.cff
workflow_dispatch:

jobs:
validate:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 5
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3

0 comments on commit 3410907

Please sign in to comment.