Skip to content

Commit

Permalink
Vale: reviewdog filter fixed (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik authored Feb 18, 2025
2 parents 5e4dedc + 9acb6cc commit f930f2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
files: sayantikabanik/DataJourney/analytics_framework/ai_modeling/*.md
files: all
vale_flags: --glob=!*/*-fr/*
filter_mode: nofilter
fail_on_error: false
filter_mode: diff_context
reporter: github-pr-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f930f2f

Please sign in to comment.