fix: resolve CI/CD failures - package discovery and linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user