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

This commit is contained in:
g_it 2026-04-07 16:58:12 +02:00
commit dfde9be056
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -9,8 +9,18 @@ jobs:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: https://data.forgejo.org/actions/checkout@v4 # Use Forgejo checkout action
- uses: https://github.com/vale-cli/vale-action@v2
- uses: https://data.forgejo.org/actions/checkout@v4
with:
fail_on_error: true
files: /
persist-credentials: false
- 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