link-checking
Here are 8 public repositories matching this topic...
The first time I used this action it was difficult to understand the nature of outputs obtained on a link that is broken and a one that is not.
I wanted to add examples to the documentation describing the above.
Is your feature request related to a problem? Please describe.
Use case: checking for broken links in a logged in pages.
Describe the solution you'd like
hydra provides username/password to login and then checks for broken links inside the logged in pages.
Describe alternatives you've considered
Other than provides username/password we may able to provide session/cookie
Publish Docker Image
It will be great to have a docker image that one can run locally or in CI instead of needing to install/download a binary.
-
Updated
Jun 14, 2022 - Shell
-
Updated
Jun 14, 2022 - Shell
-
Updated
May 30, 2021 - JavaScript
-
Updated
Jun 12, 2022 - Python
Improve this page
Add a description, image, and links to the link-checking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the link-checking topic, visit your repo's landing page and select "manage topics."
From the pleasant discussion with @mre here lycheeverse/lychee-action#82, I intend to work on trying to parse the input URL before passing it to
reqwestin order to prevent lychee from panicking, skip the invalid URL and move on to the next one.Bonus: