alamb commented on code in PR #21831:
URL: https://github.com/apache/datafusion/pull/21831#discussion_r3142209388


##########
.github/workflows/dev.yml:
##########
@@ -51,6 +51,18 @@ jobs:
       # if you encounter error, see instructions inside the script
         run: ci/scripts/doc_prettier_check.sh
 
+  markdown-link-check:
+    name: Check Markdown Links
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
+      - name: Install lychee
+        run: |
+          source ci/scripts/utils/tool_versions.sh
+          cargo install lychee --locked --version "${LYCHEE_VERSION}"

Review Comment:
   Looks like it takes 3m (on a beefy machine) to install lychee 
   
    
https://github.com/apache/datafusion/actions/runs/24900880747/job/72917950438?pr=21831
   
   Maybe we can install a debug version or somehting to speed up the process



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