mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add documentation tester and make it apart of CI workflow
This commit is contained in:
@@ -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%
|
||||
Reference in New Issue
Block a user