Xuanwo commented on code in PR #4135:
URL: https://github.com/apache/opendal/pull/4135#discussion_r1477103371


##########
.github/workflows/bindings_python.yml:
##########
@@ -40,6 +40,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
+        with:
+          working-directory: "bindings/python"
+          run: |

Review Comment:
   Hi, this section seems to added into `actions/checkout@v4` wrongly.
   
   We need to add a new step here like:
   
   ```yaml
   - name: Ruff Check
     working-directory: "bindings/python"
     run: |
       pip install ruff
       ruff check .
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to