Skip to content

Commit 4980873

Browse files
committed
ci: fine tune find command
1 parent fb08b5f commit 4980873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
env:
246246
VALE_VERSION: ${{ env.VALE_VERSION }}
247247
- name: "Validate documentation style"
248-
run: ./vale $(find ./docs -type d -name sdk_ref -prune -o -type f \( -name "*.mdx" -o -name "*.md" \) )
248+
run: ./vale $(find ./docs -type d -name sdk_ref -prune -false -o -type f \( -name "*.mdx" -o -name "*.md" \) )
249249

250250
unit-tests:
251251
env:

0 commit comments

Comments
 (0)