Skip to content

Commit af0ee62

Browse files
authored
Merge pull request #721 from Remi-Gau/main
[MNT] update citation file
2 parents 7c0e631 + ae91de1 commit af0ee62

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/validate_cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
pip3 install cffconvert
3636
3737
- name: Validate CITATION.cff
38-
run: cffconvert --validate
38+
run: make validate_cff

CITATION.cff

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ authors:
8080
orcid: "https://orcid.org/0000-0001-8681-5267"
8181
affiliation: "Université catholique de Louvain"
8282

83+
- family-names: "Chouinard-Leclaire"
84+
given-names: "Christine"
85+
orcid: "https://orcid.org/0000-0002-1066-6266"
86+
affiliation: "Université de Montréal"
87+
8388
license: GPL-3.0
8489

8590
keywords:

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ fix_submodule: ## Fix any submodules that would not be checked out
4848
version.txt: CITATION.cff
4949
grep -w "^version" CITATION.cff | sed "s/version: /v/g" > version.txt
5050

51+
validate_cff: ## Validate the citation file
52+
cffconvert --validate
53+
5154

5255
################################################################################
5356
# doc

0 commit comments

Comments
 (0)