GRM-40: fix: wiki links, add --strict integrity check for wiki sync (#34)

This commit is contained in:
2026-06-21 21:14:17 +00:00
parent 945344f960
commit 0c54efbf6b
4 changed files with 241 additions and 30 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
PYTHONPATH: src
run: |
. .venv/bin/activate
python3 scripts/ci/sync_wiki.py --repo "${{ github.repository }}" --verify
python3 scripts/ci/sync_wiki.py --repo "${{ github.repository }}" --strict
- name: Tag wiki on release
if: startsWith(github.ref, 'refs/tags/v')
env: