We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1e438 commit 3ae3fffCopy full SHA for 3ae3fff
.github/workflows/vale.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Vale Linting
21
uses: errata-ai/vale-action@reviewdog
22
with:
23
- files: '["introduction/", "project-leader/"]'
24
- vale_flags: "--glob=*.asciidoc"
+ files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
+ # vale_flags: "--glob=*.asciidoc"
25
filter_mode: file
26
debug: true
27
level: error
.vale.ini
@@ -4,4 +4,4 @@ MinAlertLevel = suggestion
4
Packages = https://github.com/InnerSourceCommons/isc-styles/releases/latest/download/ISC.zip
5
6
[*]
7
-BasedOnStyles = ISC
+BasedOnStyles = ISC
0 commit comments