Skip to content
Snippets Groups Projects
Verified Commit 8987e8b9 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Make Vale warnings fail the pipeline

parent 5a288486
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!1Convert docs from rsx to markdown
Pipeline #79189 failed
......@@ -39,4 +39,6 @@ lint-documentation:
- vale sync
script:
- vale $CI_PROJECT_DIR/docs/build/html/_sources
- RESULT=$(vale $CI_PROJECT_DIR/docs/build/html/_sources)
- echo "$RESULT"
- if echo "$RESULT" | tail -n 1 | grep -q "✖" ; then echo "Please fix all Vale errors and warnings" && exit 1 ; else exit 0 ; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment