Skip to content

Commit 50d41fd

Browse files
committed
Run vale on .asciidoc rather than .md
1 parent abca5ba commit 50d41fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- '**.md'
8+
- '**.asciidoc'
99
pull_request:
1010
branches:
1111
- main
@@ -20,4 +20,4 @@ jobs:
2020
- name: Vale Linting
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
23-
files: '["product/*.md"]'
23+
files: '["product/*.asciidoc"]'

0 commit comments

Comments
 (0)