We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f649d commit 1f34a76Copy full SHA for 1f34a76
1 file changed
.github/workflows/vale.yml
@@ -23,7 +23,7 @@ jobs:
23
files: '["introduction/", "project-leader/"]'
24
# files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
25
# separator: ","
26
- vale_flags: "--glob=\!*/*/*.asciidoc"
+ vale_flags: '--glob=!*/*/*.asciidoc'
27
filter_mode: file
28
debug: true
29
level: error
0 commit comments