Skip to content

Commit 3567036

Browse files
authored
Merge pull request #77 from opsmill/bgi-fix-ci
Adjust vale exclusion pattern
2 parents 4567594 + 1071b41 commit 3567036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
env:
123123
VALE_VERSION: ${{ env.VALE_VERSION }}
124124
- name: "Validate documentation style"
125-
run: ./vale --glob='!{docs/docs-schema-library/schema-library.*}' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
125+
run: ./vale --glob='!{docs/docs-schema-library/reference/*}' $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )

0 commit comments

Comments
 (0)