Skip to content

Commit

Permalink
Add missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 16, 2024
1 parent a92712a commit 3714a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Run the test suite
run: pytest
- name: Validate citation file
run: cffconvert -i CITATION.cff
run: cffconvert -i CITATION.cff --validate
2 changes: 1 addition & 1 deletion docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Information for contributors
* Check code style: `flake8`
* Run static type checks: `mypy`
* Run the test suite: `pytest`
* Validate the citation file: `cffconvert -i CITATION.cff`
* Validate the citation file: `cffconvert -i CITATION.cff --validate`

### Documentation
Install required dependencies:
Expand Down

0 comments on commit 3714a79

Please sign in to comment.