From e1e17a2be2cf028ba43c457ab4984df3f51bd0d0 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Sat, 14 Oct 2023 18:07:28 -0500 Subject: [PATCH] Move the hint to a more prominent location --- .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 42f0573f7089e..8b2e853636f41 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -6,7 +6,7 @@ on: [pull_request] jobs: typos-check: - name: Spell Check with Typos + name: add false positives to typos.toml runs-on: ubuntu-latest timeout-minutes: 5 steps: @@ -14,8 +14,5 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - name: Check spelling + - name: Check spelling wit typos uses: crate-ci/typos@master - - name: False positive hint - if: failure() - run: echo "If this is not a typo, add it to the [default.extend-identifiers] section of typos.toml"