We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f6ca7 commit 46aee01Copy full SHA for 46aee01
.github/workflows/cff-validator.yml
@@ -0,0 +1,21 @@
1
+name: Validate CITATION.cff
2
+
3
+on:
4
+ push:
5
+ paths: CITATION.cff
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ Validate-CITATION-cff:
12
+ runs-on: ubuntu-latest
13
+ name: Validate CITATION.cff
14
+ env:
15
+ GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16
17
+ steps:
18
+ - name: Checkout repository
19
+ uses: actions/checkout@v4
20
+ - name: Validate CITATION.cff
21
+ uses: dieghernan/cff-validator@v3
0 commit comments