From c4ee12e245477a8052b3d0ade00e9b82a681b545 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 12:32:15 -0400 Subject: [PATCH] CI: Also try `codespell` --- .github/workflows/SpellCheck.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index e5610862bf1e5b..c6e467f2995855 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -13,3 +13,12 @@ jobs: uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@master + codespell: + https://github.com/codespell-project/codespell + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - run: pip install codespell + - run: codespell