Skip to content

Commit 48d147e

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

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@ jobs:
1313
run: sudo apt-get install -y asciidoctor
1414
- uses: errata-ai/vale-action@reviewdog
1515
with:
16-
files: ../../docs
17-
reporter: github-pr-review
16+
files: docs/
17+
reporter: github-pr-review
18+
env:
19+
# Required
20+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
21+
- name: Vale
22+
uses: makeworld-the-better-one/[email protected]
23+
with:
24+
# Optional
25+
config: .vale.ini

0 commit comments

Comments
 (0)