Skip to content

Commit 757a0f2

Browse files
committed
Add vale linting in github pipeline
Signed-off-by: Hermione Dadheech <[email protected]>
1 parent c19e512 commit 757a0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Fails the action if there are errors
2020
fail_on_error: true
2121
# Lint the files in the "versioned_docs/version-2.0.0/" directory
22-
files: 'versioned_docs/version-2.0.0/**/*.md'
22+
files: 'versioned_docs/version-2.0.0'
2323
# Specify the Vale version
2424
version: 3.0.3
2525
env:

0 commit comments

Comments
 (0)