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 daef6fb commit c19e512
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/vale-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,3 @@ jobs:
env:
# GitHub token for authentication, automatically set by GitHub Actions
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# Ensure that the Vale styles are set correctly
- name: Set up Vale styles
run: |
mkdir -p ~/.vale/styles
cp -r vale_styles/* ~/.vale/styles/
# Run Vale Linter without generating a .txt file
- name: Run Vale Linter
run: vale --config=.vale.ini 'versioned_docs/version-2.0.0/**/*.md'

0 comments on commit c19e512

Please sign in to comment.