Skip to content

Commit c328b98

Browse files
committed
vale-update-6
Signed-off-by: A.Arnold <[email protected]>
1 parent 9e11b59 commit c328b98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ jobs:
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: actions/checkout@v3
1215
- uses: errata-ai/vale-action@reviewdog
16+
env:
17+
# Required, set by GitHub actions automatically:
18+
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
19+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20+
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)