Skip to content

Commit ddabedd

Browse files
committed
fixing ci
1 parent 719db3c commit ddabedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
exit_code=$?
5454
elif [[ "${{ matrix.check_type }}" == "glossary-check" ]]; then
5555
echo "Extracting glossary from markdown..."
56-
python3 scripts/glossary/extract_glossary.py
56+
python3 scripts/glossary/extract-glossary.py
5757
echo "Checking glossary coverage..."
58-
python3 scripts/glossary/wrap_glossary_terms.py --check || echo "::warning::Glossary check found unwrapped terms (non-blocking)"
58+
python3 scripts/glossary/wrap-glossary-terms.py --check || echo "::warning::Glossary check found unwrapped terms (non-blocking)"
5959
exit_code=0 # Always succeed for glossary check
6060
fi
6161

0 commit comments

Comments
 (0)