File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 97
97
with :
98
98
token : ${{ secrets.CODSPEED_TOKEN }}
99
99
run : pytest --codspeed
100
+ - if : matrix.python-version == '3.13'
101
+ name : Validate CITATION.cff
102
+ uses :
citation-file-format/[email protected]
103
+ with :
104
+ args : " --validate"
100
105
pages :
101
106
if : github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
102
107
environment :
Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ title : Evalica
3
+ message : If you use this software, please cite the article from preferred-citation.
4
+ type : software
5
+ authors :
6
+ - family-names : Ustalov
7
+ given-names : Dmitry
8
+ orcid : " https://orcid.org/0000-0002-9979-2188"
9
+ license : Apache-2.0
10
+ repository-artifact : https://pypi.org/project/evalica/
11
+ repository-code : https://github.com/dustalov/evalica
12
+ preferred-citation :
13
+ type : conference-paper
14
+ authors :
15
+ - family-names : Ustalov
16
+ given-names : Dmitry
17
+ orcid : " https://orcid.org/0000-0002-9979-2188"
18
+ title : " Reliable, Reproducible, and Really Fast Leaderboards with Evalica"
19
+ year : 2025
20
+ conference :
21
+ name : " 31st International Conference on Computational Linguistics"
22
+ date-start : 2025-01-19
23
+ date-end : 2025-01-24
24
+ date-released : 2024-07-09
You can’t perform that action at this time.
0 commit comments