-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA] Add pre-commit hook to verify Markdown links #31
Comments
This issue has been labeled |
This issue has been labeled |
I think the better solution here is to set up a pre-commit hook since we could run that locally or remotely (and share across repos just as easily as a GHA). |
Linking a related issue: rapidsai/build-planning#9 |
Is your feature request related to a problem? Please describe.
I recently setup a GitHub action in the Thrust repository to validate links in Markdown docs to ensure links don't get stale/broken.
NVIDIA/thrust#1640
It would be nice to do the same thing for libcudf (and other RAPIDS libraries).
The text was updated successfully, but these errors were encountered: