Skip to content

Commit

Permalink
adding new yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Jun 29, 2024
1 parent 4b6caf6 commit b46ac14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/changed_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
done
# ruff check ${ALL_CHANGED_FILES}
# for file in ${ALL_CHANGED_FILES}; do
# echo "$file was changed"
# done
ruff check ${ALL_CHANGED_FILES}

0 comments on commit b46ac14

Please sign in to comment.