chg: [tests] checks for up2date README

pull/990/head
Christophe Vandeplas 2024-06-17 17:25:35 +02:00 committed by GitHub
parent 8d3a7b7d6b
commit 00d4a62bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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