Skip to content

Commit

Permalink
Revert "Add CITATION.cff validation to lint workflow"
Browse files Browse the repository at this point in the history
This reverts commit dcff566.

As we no longer have CITATION.cff and this was causing linters to fail.

We also need to trigger yet another release since zenodo integration for some
reason was off.
  • Loading branch information
yarikoptic committed Jun 6, 2024
1 parent f1fe113 commit 256495f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
python -m pip install --upgrade cffconvert pyyaml
- name: Run linters
run: tox -e lint

- name: Validate CITATION.cff
run: cffconvert --validate

0 comments on commit 256495f

Please sign in to comment.