mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
chore: exclude tests from GitHub Actions linter
This commit is contained in:
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
@@ -55,6 +55,7 @@ jobs:
|
|||||||
echo "${{ steps.changed-files.outputs.files }}" \
|
echo "${{ steps.changed-files.outputs.files }}" \
|
||||||
| tr ' ' '\n' \
|
| tr ' ' '\n' \
|
||||||
| grep -v 'src/crewai/cli/templates/' \
|
| grep -v 'src/crewai/cli/templates/' \
|
||||||
|
| grep -v '/tests/' \
|
||||||
| xargs -I{} uv run ruff check "{}"
|
| xargs -I{} uv run ruff check "{}"
|
||||||
|
|
||||||
- name: Save uv caches
|
- name: Save uv caches
|
||||||
|
|||||||
Reference in New Issue
Block a user