Skip to content

Commit

Permalink
try to fix vale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 26, 2024
1 parent 666581f commit 079d975
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: '**/*.{md,mdx}'
files_ignore:
- 'sources/api/*.{md,mdx}'
- 'openapi/README.md'
- 'openapi/openapi/README.md'
- 'openapi/openapi/paths/README.md'
- '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'
separator: ','

- uses: errata-ai/vale-action@reviewdog
Expand Down

0 comments on commit 079d975

Please sign in to comment.