mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
chore: update CI workflows and docs for monorepo structure
* chore: update CI workflows and docs for monorepo structure * fix: actions syntax
This commit is contained in:
14
.github/workflows/linter.yml
vendored
14
.github/workflows/linter.yml
vendored
@@ -49,13 +49,13 @@ jobs:
|
||||
echo "$changed_files" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
|
||||
# - name: Run Ruff on Changed Files
|
||||
# if: ${{ steps.changed-files.outputs.files != '' }}
|
||||
# run: |
|
||||
# echo "${{ steps.changed-files.outputs.files }}" \
|
||||
# | tr ' ' '\n' \
|
||||
# | grep -v 'src/crewai/cli/templates/' \
|
||||
# | xargs -I{} uv run ruff check "{}"
|
||||
- name: Run Ruff on Changed Files
|
||||
if: ${{ steps.changed-files.outputs.files != '' }}
|
||||
run: |
|
||||
echo "${{ steps.changed-files.outputs.files }}" \
|
||||
| tr ' ' '\n' \
|
||||
| grep -v 'src/crewai/cli/templates/' \
|
||||
| xargs -I{} uv run ruff check "{}"
|
||||
|
||||
- name: Save uv caches
|
||||
if: steps.cache-restore.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user