chore: exclude tests from GitHub Actions linter

This commit is contained in:
Greyson LaLonde
2025-10-08 17:13:12 -04:00
parent 47b6baee01
commit 11f6b34aa3

View File

@@ -55,6 +55,7 @@ jobs:
echo "${{ steps.changed-files.outputs.files }}" \
| tr ' ' '\n' \
| grep -v 'src/crewai/cli/templates/' \
| grep -v '/tests/' \
| xargs -I{} uv run ruff check "{}"
- name: Save uv caches