Add check for broken code-block in docs

This commit is contained in:
Federico Ceratto
2017-09-17 13:43:22 +01:00
parent 22ceab0fbb
commit 277bf1098c

View File

@@ -48,3 +48,5 @@ script:
- ./koch csource
- ./koch nimsuggest
# - nim c -r nimsuggest/tester
- ( ! grep -F '.. code-block' -l -r --include '*.html' --exclude contributing.html --exclude docgen.html --exclude tut2.html )
- ( ! grep -F '..code-block' -l -r --include '*.html' --exclude contributing.html --exclude docgen.html --exclude tut2.html )