We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dfe8f commit 457b8fdCopy full SHA for 457b8fd
.github/workflows/lint-with-vale.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: errata-ai/vale-action@reviewdog
15
16
with:
17
- #filter_mode: diff_context
18
- #vale_flags: "--no-exit --minAlertLevel=error"
+ filter_mode: added
+ vale_flags: "--glob=*.txt"
19
reporter: github-pr-check
20
- files: docs/*
+ files: ../docs/*
21
# Radhika says not to block PR merge if there are Vale errors
22
# To change set fail_on_error: true
23
fail_on_error: false
@@ -26,4 +26,4 @@ jobs:
26
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
29
-
+
0 commit comments