xxchan commented on code in PR #852: URL: https://github.com/apache/iceberg-rust/pull/852#discussion_r1901630538
########## .github/workflows/ci.yml: ########## @@ -61,9 +62,17 @@ jobs: - name: Cargo clippy run: make check-clippy + - name: Install cargo-sort + uses: taiki-e/install-action@v2 + with: + tool: cargo-sort@1.0.9 - name: Cargo sort - run: make cargo-sort + run: cargo sort -c -w Review Comment: meet an installation error <img width="810" alt="image" src="https://github.com/user-attachments/assets/e7a8ebbd-ac6c-4761-8bee-337950dba8c4" /> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org