Skip to content

Commit

Permalink
Merge pull request #249 from mautic/filter-vale-results
Browse files Browse the repository at this point in the history
Filter Vale results by changed files only
  • Loading branch information
RCheesley authored Nov 4, 2024
2 parents 1ef2767 + c399a3f commit 4b7e87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
# Please keep version in sync with the version in .gitpod.Dockerfile for a consistent experience
version: 3.7.1
files: docs/
Expand All @@ -51,4 +52,4 @@ jobs:

- name: Check links
working-directory: docs
run: make checklinks
run: make checklinks

0 comments on commit 4b7e87e

Please sign in to comment.