We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d513b commit 3583e28Copy full SHA for 3583e28
1 file changed
.github/workflows/vale.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: errata-ai/vale-action@reviewdog
23
with:
24
# the folders to run the checks for
25
- files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/"]'
+ files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/", "workbook/"]'
26
# we want to check all files in the folders listed above, but exclude
27
# a) any files in subfolders (these are translations)
28
# b) any '-script.asciidoc' files
0 commit comments