diff --git a/.github/workflows/lint-and-spellcheck.yaml b/.github/workflows/lint-and-spellcheck.yaml index 679e1b7..4e2cbfc 100644 --- a/.github/workflows/lint-and-spellcheck.yaml +++ b/.github/workflows/lint-and-spellcheck.yaml @@ -26,7 +26,7 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - exclude_file: pyproject.toml poetry.lock + exclude_file: poetry.lock - name: Lint files with Black run: make check-black