Thanks to visit codestin.com Credit goes to github.com
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 15c8fc2 commit 4ea4002Copy full SHA for 4ea4002
1 file changed
.github/workflows/cff-validator.yml
@@ -0,0 +1,20 @@
1
+on:
2
+ push:
3
+ paths:
4
+ - CITATION.cff
5
+ workflow_dispatch:
6
+
7
+name: CITATION.cff
8
+jobs:
9
+ Validate-CITATION-cff:
10
+ runs-on: ubuntu-latest
11
+ name: Validate CITATION.cff
12
+ env:
13
+ GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14
15
+ steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v3
18
19
+ - name: Validate CITATION.cff
20
+ uses: dieghernan/cff-validator@main
0 commit comments