Geethapranay1 commented on code in PR #21831:
URL: https://github.com/apache/datafusion/pull/21831#discussion_r3142242370
##########
.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:
good point @alamb on the installation time. Instead of building a debug
version from source, I can update the action to just download the pre-compiled
lychee release binary for linux. That should bring the installation step down
from 3 minutes to just a couple of seconds! I'll push an update for this
shortly.
--
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]