Skip to content

Commit 2a1a417

Browse files
committed
try to fix CI 7
1 parent d0e6aa4 commit 2a1a417

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/vale.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
id: changed-files
1616
uses: tj-actions/changed-files@v45
1717
with:
18-
files:
19-
- '**/*.{md,mdx}'
20-
- '!sources/api/*.{md,mdx}'
18+
files: '**/*.{md,mdx}'
19+
files_ignore: '!sources/api/*.{md,mdx}'
2120
separator: ","
2221

2322
- uses: errata-ai/vale-action@reviewdog

0 commit comments

Comments
 (0)