Skip to content

Commit 1a8e422

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

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

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

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,10 @@ on: [pull_request]
55

66
jobs:
77
vale:
8-
name: Linting with Vale
8+
name: runner / vale
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: Install Asciidoctor
13-
run: sudo apt-get install -y asciidoctor
14-
- uses: errata-ai/[email protected]
12+
- uses: errata-ai/vale-action@reviewdog
1513
with:
16-
version: 2.17.0
17-
files: docs/*
18-
# 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
24-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
14+
files: ../../docs/*

0 commit comments

Comments
 (0)