Skip to content

Commit 6265461

Browse files
committed
Don't do checks on any -script.asciidoc files
1 parent a0c9601 commit 6265461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
2323
files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/"]'
24-
vale_flags: '--glob=!*/*/*'
24+
vale_flags: '--glob=!{*/*/*,*/*-script.asciidoc}' # we want to check all files in the folders listed above, while excluding the subfolders (which contain the translations) and any '-script.asciidoc' files
2525
filter_mode: added # one of: added, diff_context, file, nofilter
2626
debug: true

0 commit comments

Comments
 (0)