mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
chg: [tests] checks for up2date README
This commit is contained in:
parent
8d3a7b7d6b
commit
00d4a62bf6
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pytest.yml
vendored
7
.github/workflows/pytest.yml
vendored
|
@ -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 a new issue