Skip to content

Commit

Permalink
Filter by changed files only
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley authored Nov 4, 2024
1 parent 1ef2767 commit c399a3f
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 c399a3f

Please sign in to comment.