Skip to content

Commit 88437f4

Browse files
committed
fix more linters?
1 parent c21737b commit 88437f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/vale.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: tj-actions/changed-files@v45
1717
with:
1818
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'
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'
2525
separator: ','
2626

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

0 commit comments

Comments
 (0)