Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 NEW: link check action #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TechWiz-3
Copy link

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. 15 links were found to be broken.

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

Copy link

@KriengsakYotnirot KriengsakYotnirot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/linkcheck.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants