Xuanwo commented on code in PR #4135:
URL: https://github.com/apache/opendal/pull/4135#discussion_r1477090013
##########
.github/actions/behavior_test_binding_python/action.yaml:
##########
@@ -43,6 +43,7 @@ runs:
working-directory: bindings/python
run: |
source venv/bin/activate
+ ruff check .
Review Comment:
We don't need to run ruff check for every behavior test. We can do it in
binding_python CI instead, along with build.
--
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]