site/.github/workflows/lint.yml
g_it 8dfbd05c19
Some checks failed
lint / runner / vale (push) Failing after 47s
.
2026-04-07 16:43:53 +02:00

16 lines
426 B
YAML
Executable file

name: lint
on:
push:
branches:
- main
jobs:
vale:
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
with:
fail_on_error: true
files: /