Skip to content

Commit

Permalink
Fix config for Vale linter GitHub Action on PR
Browse files Browse the repository at this point in the history
(cherry picked from commit a258da8)
  • Loading branch information
michelle-purcell authored and gsmet committed May 3, 2023
1 parent 70c9fc0 commit 0f0cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: false
vale_flags: "--no-exit --config=docs/.vale/vale.ini"
vale_flags: "--no-exit --config=docs/.vale.ini"
filter_mode: diff_context
files: docs/src/main/asciidoc/
env:
Expand Down

0 comments on commit 0f0cfa4

Please sign in to comment.