Skip to content

Commit c19e512

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@ jobs:
2525
env:
2626
# GitHub token for authentication, automatically set by GitHub Actions
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28-
29-
# Ensure that the Vale styles are set correctly
30-
- name: Set up Vale styles
31-
run: |
32-
mkdir -p ~/.vale/styles
33-
cp -r vale_styles/* ~/.vale/styles/
34-
35-
# Run Vale Linter without generating a .txt file
36-
- name: Run Vale Linter
37-
run: vale --config=.vale.ini 'versioned_docs/version-2.0.0/**/*.md'

0 commit comments

Comments
 (0)