Skip to content

Commit

Permalink
chore: Only scan src/content/docs markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed May 29, 2024
1 parent a4d68c2 commit b70c614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
- uses: errata-ai/vale-action@reviewdog
with:
files: src/content/docs
vale_flags: "--glob=*.md"
4 changes: 0 additions & 4 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ MinAlertLevel = suggestion

Packages = Microsoft, Readability

[formats]
mdx = md
astro = md

[*]
BasedOnStyles = Vale, Microsoft

0 comments on commit b70c614

Please sign in to comment.