diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index b68264dd..60d489df 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -24,4 +24,4 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: docs/package-lock.json + skip: ./docs/package-lock.json