Skip to content

Commit 8d24ba8

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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
1214
- uses: errata-ai/vale-action@reviewdog
1315
with:
14-
files: ../../docs/*
16+
files: /docs/*

0 commit comments

Comments
 (0)