From 2e821a2096f152368fccb467a47911dc903c7281 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Fri, 2 Aug 2024 11:53:35 -0400 Subject: [PATCH] fix: added codespell path --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6851214..5e8d39a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,3 +20,5 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@master + with: + path: src