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 49508e2 commit b57a6d7Copy full SHA for b57a6d7
.github/workflows/lint-with-vale.yml
@@ -5,7 +5,7 @@ on: [pull_request]
5
6
jobs:
7
vale:
8
- name: runner / vale
+ name: Linting with Vale
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
@@ -15,7 +15,9 @@ jobs:
15
with:
16
version: 2.17.0
17
files: docs/*
18
- reporter: github-pr-check
+ vale_flags: "--no-exit --minAlertLevel=error"
19
+ reporter: github-pr-review
20
+ fail_on_error: true
21
env:
22
# Required, set by GitHub actions automatically:
23
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
.github/workflows/reviewdog.yml
0 commit comments