Skip to content

Commit b57a6d7

Browse files
committed
add
Signed-off-by: A.Arnold <[email protected]>
1 parent 49508e2 commit b57a6d7

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55

66
jobs:
77
vale:
8-
name: runner / vale
8+
name: Linting with Vale
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
version: 2.17.0
1717
files: docs/*
18-
reporter: github-pr-check
18+
vale_flags: "--no-exit --minAlertLevel=error"
19+
reporter: github-pr-review
20+
fail_on_error: true
1921
env:
2022
# Required, set by GitHub actions automatically:
2123
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)