Skip to content

Commit

Permalink
Merge pull request #126 from CollierCZ/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato authored May 15, 2024
2 parents 38bf078 + 3f7ad46 commit 91ac403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ with:

Space-delimited list of flags for the Vale CLI. To see a full list of available flags, run `vale -h`.

Note that flags should not include quotes.
So while `--glob='*.txt'` works with Vale, it does not work with this action.
Use the flag without quotes, as in the following example:

```yaml
with:
vale_flags: "--glob=*.txt"
Expand Down

0 comments on commit 91ac403

Please sign in to comment.