From 6efb1d2bcc66b64f1d43a45206a9a9023e1b61a9 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 12:33:21 -0400 Subject: [PATCH] Fix a syntax error --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index c6e467f2995855..7050f368932ee3 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -14,7 +14,7 @@ jobs: - name: Check spelling uses: crate-ci/typos@master codespell: - https://github.com/codespell-project/codespell + # https://github.com/codespell-project/codespell runs-on: ubuntu-latest steps: - uses: actions/checkout@v4