Skip to content

Commit

Permalink
Only check pages folder with Vale
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Apr 11, 2024
1 parent c11688b commit 8e98b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=*.md --minAlertLevel=error"
vale_flags: "--glob=pages/**/*.{md,mdx} --minAlertLevel=error"
fail_on_error: true

0 comments on commit 8e98b71

Please sign in to comment.