Skip to content

Commit 497e5b5

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

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Install Asciidoctor
1313
run: sudo apt-get install -y asciidoctor
14-
- uses: actions/checkout@v3
15-
- uses: errata-ai/vale-action@reviewdog
14+
- uses: errata-ai/[email protected]
15+
with:
16+
version: 2.17.0
17+
files: docs/*
18+
reporter: github-pr-check
1619
env:
1720
# Required, set by GitHub actions automatically:
1821
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
1922
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20-
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/reviewdog.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: reviewdog
2+
on: [pull_request]
3+
4+
jobs:
5+
vale:
6+
name: runner / vale
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: errata-ai/[email protected]

0 commit comments

Comments
 (0)