Runner debug 16.
Some checks failed
lint / runner / vale (push) Failing after 12s

This commit is contained in:
g_it 2026-04-08 00:33:47 +02:00
commit 6a0765e2f2
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -42,12 +42,12 @@ jobs:
git remote -v git remote -v
- uses: https://github.com/vale-cli/vale-action@v2 - uses: https://github.com/vale-cli/vale-action@v2
with: with:
fail_on_error: true fail_on_error: true
files: . files: .
reporter: local reporter: local
env: env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
# Original Vale action step # Original Vale action step
# - uses: https://github.com/vale-cli/vale-action@v2 # - uses: https://github.com/vale-cli/vale-action@v2
# with: # with: