We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9ac37 commit 44eb02fCopy full SHA for 44eb02f
1 file changed
.github/workflows/vale.yml
@@ -24,7 +24,7 @@ jobs:
24
# the folders to run the checks for
25
files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/"]'
26
# we want to check all files in the folders listed above, but exclude
27
- # a) any files in subfolders (these are translationss)
+ # a) any files in subfolders (these are translations)
28
# b) any '-script.asciidoc' files
29
# c) any '*.vtt' files
30
vale_flags: '--glob=!{*/*/*,*/*-script.asciidoc,*/*.vtt}'
0 commit comments