.
Some checks failed
lint / runner / vale (push) Failing after 52s

This commit is contained in:
g_it 2026-04-07 22:53:33 +02:00
commit 477a6a65c6
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -9,16 +9,8 @@ jobs:
name: runner / vale name: runner / vale
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://data.forgejo.org/actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/vale-cli/vale-action@v2
with: with:
repository: https://gugulet.hu/technical/git/g_it/site # Explicit: owner/repo format fail_on_error: true
token: ${{ secrets.GITHUB_TOKEN }} # Or FORGEJO_TOKEN files: /
persist-credentials: false # Prevent credential leakage <kcite ref="2"/>
- name: Install Vale
run: |
wget -qO- https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_x86_64.tar.gz | tar -xz -C /tmp
sudo mv /tmp/vale /usr/local/bin/
- name: Run Vale
run: vale --fail .