We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddabedd commit 0f4df42Copy full SHA for 0f4df42
.github/workflows/check-build.yml
@@ -53,7 +53,7 @@ jobs:
53
exit_code=$?
54
elif [[ "${{ matrix.check_type }}" == "glossary-check" ]]; then
55
echo "Extracting glossary from markdown..."
56
- python3 scripts/glossary/extract-glossary.py
+ python3 scripts/glossary/extract-glossary-terms.py
57
echo "Checking glossary coverage..."
58
python3 scripts/glossary/wrap-glossary-terms.py --check || echo "::warning::Glossary check found unwrapped terms (non-blocking)"
59
exit_code=0 # Always succeed for glossary check
0 commit comments