chg: [tests] checks for up2date README

This commit is contained in:
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

View file

@ -51,3 +51,10 @@ jobs:
pushd PyMISPGalaxies pushd PyMISPGalaxies
poetry run pytest --cov=pymispgalaxies tests/tests.py poetry run pytest --cov=pymispgalaxies tests/tests.py
popd popd
- name: Test updated README.md
run: |
pushd tools
python3 update_README_with_index.py
git diff --exit-code README.md
popd