Skip to content

Commit b7cfb18

Browse files
committed
use cffconvert directly
1 parent 82e024b commit b7cfb18

File tree

4 files changed

+25657
-34764
lines changed

4 files changed

+25657
-34764
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pixi run check-python-format
6767

6868
- name: Check CITATION.cff
69-
uses: dieghernan/cff-validator@v3
69+
run: cffconvert --validate -i CITATION.cff
7070

7171
build:
7272
name: Build

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ channels:
77
dependencies:
88
- python>=3.9
99
- appdirs
10+
- cffconvert
1011
- codespell
1112
- filelock
1213
- flaky

0 commit comments

Comments
 (0)