Jefffrey commented on code in PR #18030:
URL: https://github.com/apache/datafusion/pull/18030#discussion_r2425128609


##########
.github/workflows/dependencies.yml:
##########
@@ -56,3 +56,14 @@ jobs:
         run: |
           cd dev/depcheck
           cargo run
+
+  detect-unused-dependencies:
+    runs-on: ubuntu-latest
+    container:
+      image: amd64/rust
+    steps:
+      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  # 
v5.0.0
+      - name: Install cargo-machete
+        run: cargo install cargo-machete

Review Comment:
   Should we lock the version, like here?
   
   
https://github.com/apache/datafusion/blob/f739fd8434b42f16609d835a09f07e9b8e247c32/.github/workflows/rust.yml#L692-L693



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to