Skip to content

Commit 377321f

Browse files
committed
Tweak action
1 parent 0c29c74 commit 377321f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vale-on-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
21
name: Linting with Vale on pull request
2+
33
on: [pull_request]
44

55
jobs:
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: errata-ai/vale-action@reviewdog
1212
with:
13-
filter_mode: diff_context
13+
filter_mode: added
1414
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
1515
reporter: github-pr-review
1616
fail_on_error: false

0 commit comments

Comments
 (0)