Skip to content

Commit

Permalink
Fix linter action to lint changed and new files (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Sep 19, 2023
1 parent 8ee8e1f commit 14a7e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vale-docs-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: run reviewdog and linter
uses: errata-ai/vale-action@reviewdog
with:
files: '["${{ steps.changed-files.outputs.any_changed }}", "${{ steps.changed-files.outputs.added_files }}"]'
files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
separator: ","
# added, diff_context, file, nofilter
filter_mode: nofilter
# github-pr-check, github-pr-review, github-check
Expand Down

0 comments on commit 14a7e12

Please sign in to comment.