Skip to content

Commit

Permalink
Update vale-docs-linter.yml (#1063)
Browse files Browse the repository at this point in the history
tweaking vale config
  • Loading branch information
andie787 authored Sep 22, 2023
1 parent a3f33a6 commit 7574561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/vale-docs-linter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Check docs with Vale linter

on:
pull_request:
types: [opened, synchronize]
on: [pull_request]

jobs:
vale:
Expand All @@ -27,7 +25,7 @@ jobs:
files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
separator: ","
# added, diff_context, file, nofilter
filter_mode: nofilter
filter_mode: file
# github-pr-check, github-pr-review, github-check
reporter: github-pr-check
fail_on_error: false
Expand Down

0 comments on commit 7574561

Please sign in to comment.