We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6409165 commit d84547aCopy full SHA for d84547a
.github/workflows/CI.yml
@@ -70,3 +70,18 @@ jobs:
70
name: "Manual"
71
path: ./doc/manual.pdf
72
if-no-files-found: error
73
+
74
+ citation:
75
+ name: "Validate citation"
76
+ runs-on: ubuntu-latest
77
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
78
79
+ steps:
80
81
+ - name: "Checkout"
82
+ uses: actions/checkout@v4
83
84
+ - name: "Validate citation"
85
+ uses: dieghernan/cff-validator@v3
86
+ with:
87
+ install-r: true
0 commit comments