site/.github/workflows/lint.yml
g_it 0fe46aa0ef
Some checks failed
lint / runner / vale (push) Failing after 49s
Test runners on git remote.
2026-04-07 16:14:40 +02:00

16 lines
398 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@v3
- uses: https://github.com/errata-ai/vale-action@reviewdog
with:
fail_on_error: true
files: /