Runner debug 20.
All checks were successful
lint / runner / vale (push) Successful in 6s

This commit is contained in:
g_it 2026-04-08 00:46:50 +02:00
commit 39b4d8f212
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -55,11 +55,11 @@ jobs:
vale sync
echo "=== Vale Results ==="
vale --output=line . || EXIT_CODE=$?
vale --output=line content/ || EXIT_CODE=$?
# Also try JSON for structured output
echo ""
echo "=== Vale JSON ==="
vale --output=JSON . || true
vale --output=JSON content/ || true
exit ${EXIT_CODE:-0}