Skip to content

Commit 86e0370

Browse files
committed
Fix the Vale action syntax
1 parent 824628e commit 86e0370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vale-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: errata-ai/vale-action@v2.1.1
24-
with:
25-
working-directory: "docs"
26-
fetch-depth: 0
24+
with:
25+
working-directory: "docs"
26+
fetch-depth: 0

0 commit comments

Comments
 (0)