Skip to content

Commit 7496139

Browse files
committed
try to fix vale workflow 2
1 parent 079d975 commit 7496139

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/vale.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
files: '**/*.{md,mdx}'
1919
files_ignore: |
20-
'sources/api/*.{md,mdx}'
21-
'openapi/README.md'
22-
'openapi/openapi/README.md'
23-
'openapi/openapi/paths/README.md'
24-
'openapi/openapi/components/README.md'
20+
sources/api/*.{md,mdx}
21+
openapi/README.md
22+
openapi/openapi/README.md
23+
openapi/openapi/paths/README.md
24+
openapi/openapi/components/README.md
2525
separator: ','
2626

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

0 commit comments

Comments
 (0)