There was an error while loading. Please reload this page.
2 parents 4567594 + 1071b41 commit 3567036Copy full SHA for 3567036
1 file changed
.github/workflows/ci.yml
@@ -122,4 +122,4 @@ jobs:
122
env:
123
VALE_VERSION: ${{ env.VALE_VERSION }}
124
- name: "Validate documentation style"
125
- run: ./vale --glob='!{docs/docs-schema-library/schema-library.*}' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
+ run: ./vale --glob='!{docs/docs-schema-library/reference/*}' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
0 commit comments