From 39b4d8f2129e260edf8f701ec8e8767389158190 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 00:46:50 +0200 Subject: [PATCH] Runner debug 20. --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b057e0..30b456c 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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}