fix: resolve ruff CI linting path issue
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
run: pytest tests/ -v --cov=depnav --cov-report=term-missing
|
||||
|
||||
- name: Run linting
|
||||
run: ruff check depnav/ tests/
|
||||
run: ruff check src/ tests/
|
||||
|
||||
- name: Run type checking
|
||||
run: mypy src/
|
||||
|
||||
Reference in New Issue
Block a user