fix: resolve CI/CD failures - package discovery and linting
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 06:04:08 +00:00
parent aa347bad70
commit 3e577b146b

View File

@@ -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