Skip to content

Commit c95c3dd

Browse files
authored
Create vale-linting.yml (#472)
* Create vale-linting.yml * Markdown test * Update vale-linting.yml * Update index.md
1 parent 0c2c7fd commit c95c3dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/vale-linting.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Vale Documentation Linting
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '**.md'
7+
- '**.adoc'
8+
9+
jobs:
10+
vale:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v5
15+
with:
16+
fetch-depth: 0
17+
18+
- name: Run Elastic Vale Linter
19+
uses: elastic/vale-rules@main
20+
with:
21+
reporter: github-pr-review

0 commit comments

Comments
 (0)