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 719db3c commit ddabeddCopy full SHA for ddabedd
.github/workflows/check-build.yml
@@ -53,9 +53,9 @@ 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.py
57
echo "Checking glossary coverage..."
58
- python3 scripts/glossary/wrap_glossary_terms.py --check || echo "::warning::Glossary check found unwrapped terms (non-blocking)"
+ 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
60
fi
61
0 commit comments