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


##########
.github/workflows/bindings_python.yml:
##########
@@ -40,6 +40,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
+      - name: Lint
+        with:

Review Comment:
   We can use
   
   ```yaml
   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