Skip to content

Commit af26e66

Browse files
committed
more vale
1 parent d2f51bf commit af26e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ jobs:
201201
env:
202202
VALE_VERSION: ${{ env.VALE_VERSION }}
203203
- name: "Validate documentation style"
204-
run: ./vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
204+
run: ./vale --config='./.vale.ini' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )

0 commit comments

Comments
 (0)