Skip to content

Commit d84547a

Browse files
authored
Update CI.yml
1 parent 6409165 commit d84547a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/CI.yml

+15
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,18 @@ jobs:
7070
name: "Manual"
7171
path: ./doc/manual.pdf
7272
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

Comments
 (0)