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