sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.95k stars 203 forks source link

ci: detect broken links #693

Open sansyrox opened 8 months ago

sansyrox commented 8 months ago

Description

This PR includes the suggestion by @danielhoherd of using markdown-link-check

@sansyrox great question! It looks like muffet wouldn't work in this case, but there are other tools that check markdown for broken links, like https://github.com/tcort/markdown-link-check

Thank you @danielhoherd 😄

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
robyn ✅ Ready (Inspect) Visit Preview Nov 13, 2023 10:31pm
codspeed-hq[bot] commented 8 months ago

CodSpeed Performance Report

Merging #693 will not alter performance

Comparing ci/detect-broken-links (41f142a) with main (95e859f)

Summary

✅ 106 untouched benchmarks

danielhoherd commented 8 months ago

Oooh, great find @sansyrox! I will likely be using this myself!

danielhoherd commented 1 month ago

This PR is 6 months old. Is there something blocking it from being merged?