practical-tutorials / project-based-learning

Curated list of project-based tutorials
MIT License
197.33k stars 25.72k forks source link

📦 Add link check action #376

Closed TechWiz-3 closed 2 years ago

TechWiz-3 commented 2 years ago

Description

In this PR, I have added a workflow which checks links and fails if any of them are broken.

Disclaimer: this action is my own action, the repo is here

Motivation and Context

There are countless issues both open and closed detailing broken links. While the community is great, automating link checking will ensure that users get a better experience and reduce opened issues.

How Has This Been Tested?

I have tested the workflow on my fork, you can view the workflow logs here. Please note: verbosity can easily be removed from the workflow.

Types of changes

Checklist:

Let me know if you'd like me to change anything, any feedback is appreciated either way :)

enkeyz commented 2 years ago

I'm currently working on a similar tool, just for this repo. Thanks anyway!

TechWiz-3 commented 2 years ago

Np 😂 Any feedback for me tho?