Skip to content

Commit

Permalink
Add validation for citation file
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 16, 2024
1 parent 05ece96 commit 24b90be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
run: mypy -p forest
- name: Run the test suite
run: pytest
- name: Validate citation file
run: cffconvert -i CITATION.cff
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Source = "https://github.com/onnela-lab/forest"
[project.optional-dependencies]
dev = [
"build",
"cffconvert",
"flake8",
"flake8-pytest-style",
"mypy",
Expand Down

0 comments on commit 24b90be

Please sign in to comment.