From ddc4b1ca4a520d4e4fee33132d5b59d0b2bc846b Mon Sep 17 00:00:00 2001 From: Herbie Vine Date: Sat, 31 Aug 2024 20:46:31 +0200 Subject: [PATCH] fix: codespell new directory --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b61c36..f834975 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,4 +23,4 @@ jobs: python3 -m pip install --upgrade pip setuptools pip install codespell - name: Run codespell - run: codespell posts + run: codespell src/content/posts