wiktoriavh / learn-web-dev

A Single Page with ressources to learn Web Development from Scratch
learn-web-dev.vercel.app
4 stars 4 forks source link

Basic GH action for checking links #17

Closed gmemstr closed 2 years ago

gmemstr commented 2 years ago

Adds a basic Python script and GitHub Action to check for broken links. Could have functionality to comment on PRs or individual commits but for now just outputs to the log.

vercel[bot] commented 2 years ago

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

Name Status Preview Updated
learn-web-dev ✅ Ready (Inspect) Visit Preview Aug 23, 2022 at 1:54PM (UTC)
gmemstr commented 2 years ago

Could also run a on schedule, which would probably make it easier to catch dead links.

wiktoriavh commented 2 years ago

So if this runs, it will generate a new file inside the github repo to look at?

gmemstr commented 2 years ago

@Braweria It will output a list of broken links in the GitHub Action log

image