Skip to content

Commit 9060484

Browse files
committed
update
Signed-off-by: A.Arnold <[email protected]>
1 parent e3d5bcb commit 9060484

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

55
jobs:

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

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

44
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
- uses: errata-ai/vale-action@reviewdog
1313
with:
1414
filter_mode: diff_context
15-
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
15+
vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
1616
reporter: github-pr-review
1717
fail_on_error: true
1818
env:

0 commit comments

Comments
 (0)