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

This commit is contained in:
g_it 2026-04-07 17:01:02 +02:00
commit 4ce10b7056
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -11,16 +11,14 @@ jobs:
steps:
- uses: https://data.forgejo.org/actions/checkout@v4
with:
persist-credentials: false
repository: g_it/site # Explicit: owner/repo format
token: ${{ secrets.GITHUB_TOKEN }} # Or FORGEJO_TOKEN
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/
vale --version
- name: Run Vale
run: vale --fail .
env:
# Optional: configure Vale behavior
VALE_MIN_ALERT_LEVEL: suggestion