Skip to content

Commit 288e6c4

Browse files
committed
add
Signed-off-by: A.Arnold <[email protected]>
1 parent 242c473 commit 288e6c4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

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

5-
jobs:
5+
jobs:
66
vale:
7-
name: runner / vale
7+
name: Linting with Vale
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install Asciidoctor
12-
run: sudo apt-get install -y asciidoctor
12+
run: sudo apt-get install -y asciidoctor
1313
- uses: errata-ai/vale-action@reviewdog
1414
with:
1515
files: docs/
16-
reporter: github-pr-check
17-
env:
18-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
16+
reporter: github-pr-review
17+
fail_on_error: true

0 commit comments

Comments
 (0)