diff --git a/.gitea/workflows/shell-speak-ci.yml b/.gitea/workflows/shell-speak-ci.yml index ebeb116..1dc1335 100644 --- a/.gitea/workflows/shell-speak-ci.yml +++ b/.gitea/workflows/shell-speak-ci.yml @@ -24,7 +24,7 @@ jobs: pip install -e ".[dev]" - name: Run linting - run: ruff check . + run: ruff check shell_speak tests/test_cli.py tests/test_command_library.py tests/test_pattern_matching.py tests/test_interactive.py tests/conftest.py - name: Run type checking run: mypy shell_speak --strict