site/.github/workflows/lint.yml
g_it b70c5e578b
Some checks failed
lint / runner / vale (push) Failing after 30s
Update Vale action.
2026-04-07 16:23:01 +02:00

16 lines
390 B
YAML
Executable file

name: lint
on:
push:
branches:
- main
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/vale-cli/vale-action@v2
with:
fail_on_error: true
files: /