We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f51bf commit af26e66Copy full SHA for af26e66
.github/workflows/ci.yml
@@ -201,4 +201,4 @@ jobs:
201
env:
202
VALE_VERSION: ${{ env.VALE_VERSION }}
203
- name: "Validate documentation style"
204
- run: ./vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
+ run: ./vale --config='./.vale.ini' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
0 commit comments