From 6a0765e2f21987b1aea46a29b6f5760b5baa88e3 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 00:33:47 +0200 Subject: [PATCH] Runner debug 16. --- .github/workflows/lint.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 813d943..9eb0aa0 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -42,12 +42,12 @@ jobs: git remote -v - uses: https://github.com/vale-cli/vale-action@v2 - with: - fail_on_error: true - files: . - reporter: local - env: - GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} + 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: