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

Add awesomebot link checker #486

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

unixorn
Copy link
Contributor

@unixorn unixorn commented Mar 1, 2024

Add a github action to check the links in README.md

This will find broken links like #483 during PR checks

Add a github action to check the links in README.md

Signed-off-by: Joe Block <jpb@unixorn.net>
@scottchiefbaker
Copy link
Contributor

Can you elaborate a little bit? What exactly will this do?

Check the links how?

@unixorn
Copy link
Contributor Author

unixorn commented Mar 3, 2024

For each link, it will make sure that when it tries to reach it, there are no errors.

Basically it does a liveness test. The configuration I'm adding allows redirects to not be errors and ignores some of the temporary 50x server errors.

@unixorn
Copy link
Contributor Author

unixorn commented Mar 3, 2024

I use it to keep the awesome-zsh-plugins list from developing link rot.

@scottchiefbaker scottchiefbaker merged commit 87cfabb into so-fancy:next Mar 4, 2024
2 checks passed
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