We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acf6de commit d89ec8cCopy full SHA for d89ec8c
.github/workflows/vale.yml
@@ -3,6 +3,8 @@ on:
3
pull_request:
4
paths:
5
- README.md
6
+ - readme.md
7
+ - Readme.md
8
9
jobs:
10
vale:
@@ -22,7 +24,7 @@ jobs:
22
24
- name: vale linter check
23
25
uses: DevExpress/vale-action@reviewdog
26
with:
- files: README.md
27
+ files: '["README.md", "readme.md", "Readme.md"]'
28
fail_on_error: true
29
filter_mode: nofilter
30
reporter: github-check
0 commit comments