This commit is contained in:
2025-03-17 17:14:46 +00:00
parent ffacf12177
commit a53f6b26ef
598 changed files with 147684 additions and 337 deletions

View File

@ -0,0 +1,13 @@
@echo off
echo running UBL tests
docker run --rm --pull always -it -v %CD%:/src phelger/vefa-validator build -x -t -p ubl /src
if errorlevel 1 goto error
goto end
:error
echo An error occurred in validation
pause
:end