enoklearn / engineering

A collection of knowledge, tools, and skills that we've come to find useful to become a generalist software engineer
https://enoklearn.com
Other
96 stars 22 forks source link

Add link validation workflow action. #21

Closed ThorntonMatthewD closed 2 years ago

ThorntonMatthewD commented 2 years ago

The workflow action is set to run whenever a push is made to the main branch, and it will also run every Monday at 9:15 AM. Feel free to adjust the time to your liking. Crontab.guru is a great tool if you're like me and don't remember cron notation off the top of your head. :laughing:

Drawbacks I've noticed:

Overall it seems to work and in my tests it did catch a handful of dead links. I only wish it were more accurate.

Fixes #19

ThorntonMatthewD commented 2 years ago

Sorry, I didn't see #20 before opening this.