Skip to content

Commit

Permalink
T6678: check
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 12, 2024
1 parent f67507e commit 60ced2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
CHANGED_FILES=$(echo '${{ steps.py-filter.outputs.python_files }}' | jq -r '.[]')
echo "CHANGED_FILES=$CHANGED_FILES"
if [ -n "$CHANGED_FILES" ]; then
ruff check $CHANGED_FILES
ruff format $CHANGED_FILES
ruff check --diff $CHANGED_FILES
ruff format --diff $CHANGED_FILES
else
echo "No Python files changed."
fi
Expand Down

0 comments on commit 60ced2d

Please sign in to comment.