Skip to content

Commit

Permalink
chg: [tests] checks for up2date README
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas authored Jun 17, 2024
1 parent 8d3a7b7 commit 00d4a62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
pushd PyMISPGalaxies
poetry run pytest --cov=pymispgalaxies tests/tests.py
popd
- name: Test updated README.md
run: |
pushd tools
python3 update_README_with_index.py
git diff --exit-code README.md
popd

0 comments on commit 00d4a62

Please sign in to comment.