From 323ccd14e72cdcf926859ad8d0250526746d135b Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 01:11:36 +0200 Subject: [PATCH] Runner debug 23. --- .github/workflows/lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc56b39..6908fa2 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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