xushiyan commented on code in PR #101:
URL: https://github.com/apache/hudi-rs/pull/101#discussion_r1706279029
##########
.github/workflows/compliance.yml:
##########
@@ -47,5 +47,22 @@ jobs:
- uses: actions/checkout@v4
- name: Check license header
uses: apache/skywalking-eyes/[email protected]
- - name: Check code style
+ - name: Check rust code style
run: cd python && make check-rust
+ - name: Set up Python ${{ matrix.python-version }}
+ uses: actions/setup-python@v5
+ with:
+ python-version: ${{ matrix.python-version }}
Review Comment:
this won't work - but i can't push change to this file due to permission
issue (disallow changing workflow in the fork). will need to fix in a separate
PR. in this PR, this won't fail as the GH actions trigger is set to PR target.
--
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]