Skip to content

Commit

Permalink
use cffconvert directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 6, 2025
1 parent 82e024b commit b7cfb18
Show file tree
Hide file tree
Showing 4 changed files with 25,657 additions and 34,764 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pixi run check-python-format

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

build:
name: Build
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
dependencies:
- python>=3.9
- appdirs
- cffconvert
- codespell
- filelock
- flaky
Expand Down
Loading

0 comments on commit b7cfb18

Please sign in to comment.