From f672e104e0b64490833404299462b472942edf76 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 22 Dec 2023 10:20:39 -0500 Subject: [PATCH] Point to .codespellrc within codespell.yml --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7373affc..be014bc6 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,3 +1,4 @@ +# Configure via .codespellrc in the root of the project --- name: Codespell -- 2.47.3