Skip to content

Commit

Permalink
Add vale linting in github pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Hermione Dadheech <[email protected]>
  • Loading branch information
Hermione2408 committed Oct 21, 2024
1 parent c19e512 commit 757a0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Fails the action if there are errors
fail_on_error: true
# Lint the files in the "versioned_docs/version-2.0.0/" directory
files: 'versioned_docs/version-2.0.0/**/*.md'
files: 'versioned_docs/version-2.0.0'
# Specify the Vale version
version: 3.0.3
env:
Expand Down

0 comments on commit 757a0f2

Please sign in to comment.