diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4dd49df9cf..b8ce7fb1a9 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -15,4 +15,4 @@ jobs: - name: Install codespell run: pip install codespell - name: Run codespell - run: codespell --config ./tools/pyproject.toml -skip= ./tools/pyproject.toml + run: codespell --config ./tools/pyproject.toml --skip= ./tools/pyproject.toml