Skip to content

Create vale-linting.yml #2

Create vale-linting.yml

Create vale-linting.yml #2

Workflow file for this run

name: Vale Documentation Linting
on:
pull_request:
paths:
- '**.md'
- '**.adoc'
jobs:
vale:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run Elastic Vale Linter
uses: elastic/vale-rules@main
with:
reporter: github-pr-review