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

This commit is contained in:
g_it 2026-04-08 01:11:36 +02:00
commit 323ccd14e7
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -68,6 +68,16 @@ jobs:
echo "=== Sync ==="
vale sync
echo "=== Vale version & debug single file ==="
vale --version
vale --debug /workspace/g_it/site/content/test.md || true
echo "=== Vale line output for one file ==="
vale --output=line /workspace/g_it/site/content/index.md || true
echo "=== Vale JSON output for one file ==="
vale --output=JSON /workspace/g_it/site/content/index.md || true
echo ""
echo "=== Run Vale with explicit path ==="
vale --output=line /workspace/g_it/site/content/ || true