Skip to content

Commit

Permalink
Update minimum alert level for Vale
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Oct 27, 2023
1 parent 3089875 commit 79f36c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=*.md"
vale_flags: "--glob=*.md --minAlertLevel=error"
fail_on_error: true

0 comments on commit 79f36c1

Please sign in to comment.