We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daef6fb commit c19e512Copy full SHA for c19e512
.github/workflows/vale-lint-action.yml
@@ -25,13 +25,3 @@ jobs:
25
env:
26
# GitHub token for authentication, automatically set by GitHub Actions
27
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