mirror of https://github.com/MISP/misp-galaxy
chg: [tests] checks for up2date README
parent
8d3a7b7d6b
commit
00d4a62bf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue