Skip to content

Commit 52c9be7

Browse files
committed
More testing for the other LP sections
1 parent 1f34a76 commit 52c9be7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Vale Linting
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
23-
files: '["introduction/", "project-leader/"]'
23+
files: '["introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/"]'
2424
# files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
2525
# separator: ","
26-
vale_flags: '--glob=!*/*/*.asciidoc'
26+
vale_flags: '--glob=!*/*/*'
2727
filter_mode: file
2828
debug: true
2929
level: error

0 commit comments

Comments
 (0)