diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index fc07a47..a511acb 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: matrix: python-version: ["3.12"] os: [ubuntu-latest] - linter-env: ["linting", "type_check"] # linting runs pylint; type_check runs mypy; see tox.ini + linter-env: ["linting", "type_check", "spell_check"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}