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 079d975 commit 7496139Copy full SHA for 7496139
.github/workflows/vale.yaml
@@ -17,11 +17,11 @@ jobs:
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'
+ 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