Skip to content
Snippets Groups Projects
Commit bc6b0314 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[j.0] Tests now covering hugo links (#1134) ()

Merging branch 'j.0'  into 'main'.

See merge request !2949
parents 2963e1f2 b2a80056
No related branches found
No related tags found
1 merge request!2949Tests now covering hugo links (#1134)
Pipeline #200944 passed
......@@ -32,3 +32,9 @@ add_test(NAME scg.CppStyle
add_test(NAME LineLength.PyExamples
WORKING_DIRECTORY ${EXAMPLES_PUBL_DIR}
COMMAND ${Python3_EXECUTABLE} ${TOOL_DIR}/checks/check-line-length.py 85)
#### Check links in hugo docs
add_test(NAME hugo.links
COMMAND ${Python3_EXECUTABLE} ${TOOL_DIR}/checks/check-hugo-links.py
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/hugo/content)
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment