From: Yaroslav Halchenko Date: Fri, 22 Dec 2023 15:20:39 +0000 (-0500) Subject: Point to .codespellrc within codespell.yml X-Git-Tag: v0.11.0~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F861%2Fhead;p=thirdparty%2Fsnapper.git Point to .codespellrc within codespell.yml --- 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