This commit is contained in:
2025-03-17 17:15:14 +00:00
parent a53f6b26ef
commit 8ceef306d0
594 changed files with 0 additions and 0 deletions

View File

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