From 56b872a1357bc9a5c2f478dbe139e8175df78bab Mon Sep 17 00:00:00 2001 From: konstantin Date: Wed, 3 Jan 2024 08:50:16 +0000 Subject: [PATCH] ci: Add `spell_check` to linting action --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}