From b1b308892b4ec6549f6808bce084bd992efa76e8 Mon Sep 17 00:00:00 2001 From: WooSungD Date: Fri, 10 Nov 2023 17:08:44 +0000 Subject: [PATCH] changed up the spell check config --- .github/workflows/spelling.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 2b5e42e6..4dcf14e1 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -73,11 +73,11 @@ jobs: id: spelling uses: check-spelling/check-spelling@main with: - suppress_push_for_open_pull_request: 1 + suppress_push_for_open_pull_request: 0 checkout: true - check_file_names: 1 + check_file_names: 0 spell_check_this: check-spelling/spell-check-this@prerelease - post_comment: 0 + post_comment: 1 use_magic_file: 1 experimental_apply_changes_via_bot: 1 use_sarif: 1