Skip to content

Commit

Permalink
T6678: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 12, 2024
1 parent 844b96c commit 81ad34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run ruff on changed files
run: |
CHANGED_FILES=$(echo "${{ steps.py-filter.outputs.python_files }}" | jq -r '.[]')
CHANGED_FILES=$(echo '${{ steps.py-filter.outputs.python_files }}' | jq -r '.[]')
echo "CHANGED_FILES=$CHANGED_FILES"
if [ -n "$CHANGED_FILES" ]; then
ruff check --fix --diff $CHANGED_FILES
Expand Down

0 comments on commit 81ad34e

Please sign in to comment.