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 31005d9 commit 1ad5be2
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 @@ -35,7 +35,7 @@ jobs:
CHANGED_FILES=$(echo '${{ steps.py-filter.outputs.python_files }}' | jq -r 'join(" ")')
echo "CHANGED_FILES=$CHANGED_FILES"
if [ -n "$CHANGED_FILES" ]; then
# ruff check $CHANGED_FILES
ruff check $CHANGED_FILES
ruff format --diff $CHANGED_FILES
else
echo "No Python files changed."
Expand Down

0 comments on commit 1ad5be2

Please sign in to comment.