Skip to content

Commit 3ae3fff

Browse files
committed
Use more specific file arguments for vale. (no more glob)
1 parent da1e438 commit 3ae3fff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/vale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Vale Linting
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
23-
files: '["introduction/", "project-leader/"]'
24-
vale_flags: "--glob=*.asciidoc"
23+
files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
24+
# vale_flags: "--glob=*.asciidoc"
2525
filter_mode: file
2626
debug: true
2727
level: error

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ MinAlertLevel = suggestion
44
Packages = https://github.com/InnerSourceCommons/isc-styles/releases/latest/download/ISC.zip
55

66
[*]
7-
BasedOnStyles = ISC
7+
BasedOnStyles = ISC

0 commit comments

Comments
 (0)