From f968677927578d99c18ebc0261df60beaf2d3e35 Mon Sep 17 00:00:00 2001 From: Chuck Adams Date: Sun, 22 Dec 2024 11:51:30 -0700 Subject: [PATCH] fix: stick with github-check --- .github/workflows/spellcheck.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 5d0b129..5e7f681 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -15,10 +15,7 @@ jobs: version: latest files: all debug: false - # reporter: github-pr-annotations # HMM: default is not documented on https://github.com/errata-ai/vale-action - # reporter: github-check # works, appears to be the same as github-pr-annotations - # reporter: github-pr-check - reporter: github-pr-review - fail_on_error: false + reporter: github-check # https://github.com/reviewdog/reviewdog#reporters + fail_on_error: true level: error filter_mode: added