Skip to content

Commit fc2aebd

Browse files
committed
fix vale
1 parent 1a8e776 commit fc2aebd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,4 @@ jobs:
201201
env:
202202
VALE_VERSION: ${{ env.VALE_VERSION }}
203203
- 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-
204+
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

Comments
 (0)