We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21737b commit 88437f4Copy full SHA for 88437f4
.github/workflows/vale.yaml
@@ -16,12 +16,12 @@ jobs:
16
uses: tj-actions/changed-files@v45
17
with:
18
files: '**/*.{md,mdx}'
19
- 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'
+ files_ignore:
+ - 'sources/api/*.{md,mdx}'
+ - 'openapi/README.md'
+ - 'openapi/openapi/README.md'
+ - 'openapi/openapi/paths/README.md'
+ - 'openapi/openapi/components/README.md'
25
separator: ','
26
27
- uses: errata-ai/vale-action@reviewdog
0 commit comments