Add documentation tester and make it apart of CI workflow

This commit is contained in:
Lucas Perlind
2023-03-30 18:14:57 +11:00
parent fce2042375
commit 22e0f5ecd0
3 changed files with 413 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
set PATH_TO_ODIN==..\..\odin
echo ---
echo Building Documentation File
echo ---
%PATH_TO_ODIN% doc ..\..\examples\all -all-packages -doc-format
echo ---
echo Running Documentation Tester
echo ---
%PATH_TO_ODIN% run documentation_tester.odin -file -vet -strict-style -- %PATH_TO_ODIN%