From 385f5e0147ea047856b41f987cf8d97142f98171 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 00:31:08 +0200 Subject: [PATCH] Runner debug 15. --- .github/workflows/lint.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f4d2034..813d943 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,8 +41,15 @@ jobs: echo "## GIT REMOTE CONFIGURATION" git remote -v - # Original Vale action step - uses: https://github.com/vale-cli/vale-action@v2 - with: - fail_on_error: true - files: . + with: + fail_on_error: true + files: . + reporter: local + env: + GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} + # Original Vale action step + # - uses: https://github.com/vale-cli/vale-action@v2 + # with: + # fail_on_error: true + # files: .