Skip to content

Commit 2322fe7

Browse files
update vale workflow (25.2.3+)
1 parent 9014ac0 commit 2322fe7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
paths:
55
- README.md
6+
- readme.md
7+
- Readme.md
68

79
jobs:
810
vale:
@@ -22,7 +24,7 @@ jobs:
2224
- name: vale linter check
2325
uses: DevExpress/vale-action@reviewdog
2426
with:
25-
files: README.md
27+
files: '["[Rr]eadme.md"]'
2628
fail_on_error: true
2729
filter_mode: nofilter
28-
reporter: github-check
30+
reporter: github-check

0 commit comments

Comments
 (0)