Skip to content

Commit 457b8fd

Browse files
authored
Update lint-with-vale.yml
1 parent d0dfe8f commit 457b8fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint-with-vale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: errata-ai/vale-action@reviewdog
1515

1616
with:
17-
#filter_mode: diff_context
18-
#vale_flags: "--no-exit --minAlertLevel=error"
17+
filter_mode: added
18+
vale_flags: "--glob=*.txt"
1919
reporter: github-pr-check
20-
files: docs/*
20+
files: ../docs/*
2121
# Radhika says not to block PR merge if there are Vale errors
2222
# To change set fail_on_error: true
2323
fail_on_error: false
@@ -26,4 +26,4 @@ jobs:
2626
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2828
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
29-
29+

0 commit comments

Comments
 (0)