Merge branch 'MISP:main' into main

This commit is contained in:
Christophe Vandeplas 2024-06-18 07:30:13 +02:00 committed by GitHub
commit 1c027b30a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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