candle-usb / candleLight_fw

gs_usb compatible firmware for candleLight, cantact and canable
Other
642 stars 283 forks source link

github action: add markdown link checker #162

Closed gemesa closed 9 months ago

gemesa commented 1 year ago

Added a markdown link checker to detect broken links and avoid issues like #159. See an example run here. Some links can not be checked (like www.st.com/SLA0044) so I added it to the exclude list. I dont want to add noise to the repo by adding mlc_config.json as a separate file so I added it to the .yml instead. If you want to schedule the action add it to the .yml, I leave it up to you.