We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5badb47 commit e6a34b1Copy full SHA for e6a34b1
.github/workflows/vale.yml
@@ -20,10 +20,10 @@ jobs:
20
- name: Vale Linting
21
uses: errata-ai/vale-action@reviewdog
22
with:
23
- # files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
24
- files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
25
- separator: ","
26
- # vale_flags: "--glob=*.asciidoc"
+ files: '["introduction/", "project-leader/"]'
+ # files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
+ # separator: ","
+ vale_flags: "--glob='!*/*/*.asciidoc'"
27
filter_mode: file
28
debug: true
29
level: error
0 commit comments