linkcheck
linkcheck copied to clipboard
Fast link checker
Hi, I'm using linkcheck in a GitLab CI pipeline (great fit for that, thanks :) ), in which the gitlab runner sets the services ip in `/etc/hosts`: ``` 172.17.0.3 page...
Error Trace: ```bash FormatException: Invalid port (at character 49) [9](https://github.com/Proteusiq/hadithi/actions/runs/3073630240/jobs/4965889233#step:7:10) http://🧪 Data Science | ⚒️ MLOps | ⚙️ DataOps : Talks about 🦄 [10](https://github.com/Proteusiq/hadithi/actions/runs/3073630240/jobs/4965889233#step:7:11) ^ [11](https://github.com/Proteusiq/hadithi/actions/runs/3073630240/jobs/4965889233#step:7:12) [12](https://github.com/Proteusiq/hadithi/actions/runs/3073630240/jobs/4965889233#step:7:13) #0 new _Uri.notSimple...
Hi It seems that when executing linkcheck against https://daemons.it, some link won't be validated even when triying more than once. That link changes from one execution to other. I'm using...
Hi, I'm trying linkcheck to see if it can validate the URL's in a RDF (xml) file, and it gave this output: ``` > $ linkcheck -i rel-url-4.xml INTERNAL ERROR:...
It would be nice if this tool could check if the fragment target of a link has multiple matching elements on the destination page. This duplication on the destination is...
Currently, there is a dedicated `GitHubActionDockerfile`, which needs to be build on every action run. That takes a lot of time. It should be possible to only use `actions.yml` for...
FormatException: Could not find an option with short name "-r". #0 Parser._validate (package:args/src/parser.dart:309) #1 Parser._handleAbbreviation (package:args/src/parser.dart:194) #2 Parser._parseAbbreviation (package:args/src/parser.dart:185) #3 Parser.parse (package:args/src/parser.dart:85) #4 ArgParser.parse (package:args/src/arg_parser.dart:335) #5 run (package:linkcheck/linkcheck.dart:206) #6 main....
Here is the foundation for the deployment to homebrew and chocolatey. With a few other things: - Workflow runs tests on all platforms (windows, mac, linux) before the release. -...
Docker image in Gitlab-CI crashes with error: FormatException: Could not find an option or flag "-c"
I built a docker image with the [Dockerfile](https://github.com/filiph/linkcheck/blob/master/Dockerfile), uploaded it on Gitlab.com to use it in a CI. When called, the container crashes with the following error: ``` Using docker...
One possible solution I can imagine is to build and host a website within GHA, but it's tricky, it stops being hosted in the next job. Any suggestion on how...