mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-04 00:32:36 +00:00
ci: add crewai-tools to mypy strict type checks
This commit is contained in:
2
.github/workflows/type-checker.yml
vendored
2
.github/workflows/type-checker.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
run: uv sync --all-groups --all-extras
|
||||
|
||||
- name: Run type checks
|
||||
run: uv run mypy lib/crewai/src/crewai/
|
||||
run: uv run mypy lib/crewai/src/crewai/ lib/crewai-tools/src/crewai_tools/
|
||||
|
||||
- name: Save uv caches
|
||||
if: steps.cache-restore.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user