Skip to content

Commit

Permalink
Merge pull request #73 from hf-kklein/spell-check-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez authored Jan 3, 2024
2 parents 4851345 + 56b872a commit c508727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c508727

Please sign in to comment.