sbilly / awesome-security

A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
MIT License
12.41k stars 1.92k forks source link

📦 Add link-checking action #225

Closed TechWiz-3 closed 10 months ago

TechWiz-3 commented 2 years ago

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, the repo is here.

Because of the large volume of links, I'm using the 'fast' version/branch which simply requires a GitHub token (with no extra perms) to be stored as a repo secret under the name TOKEN. This is for requests to the GitHub API to avoid rate-limits. More setup info here

You can view the logs of the workflow on my fork here. 8 links were found to be broken.

The workflow is run every Monday and on push.

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

Screen Shot 2022-10-19 at 11 41 21 am
sbilly commented 10 months ago

no response