We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
flake.parts-website/site/site-module.nix
Lines 15 to 33 in 07004d6
It would make haskell-flake CI a bit faster to have per module linkchecks. I don't want to have to run link checks for the other N-1 modules
linkcheck> 6 threads active, 1029 links queued,
And it takes 3 minutes to check these links, while downloading 154.1MB of data ...
https://github.com/srid/haskell-flake/actions/runs/8031533843/job/21939954417#step:3:942
The text was updated successfully, but these errors were encountered:
linkchecker was doing something very naive. I've switched it to lychee, which is basically instant.
linkchecker
lychee
Sorry, something went wrong.
No branches or pull requests
flake.parts-website/site/site-module.nix
Lines 15 to 33 in 07004d6
It would make haskell-flake CI a bit faster to have per module linkchecks. I don't want to have to run link checks for the other N-1 modules
And it takes 3 minutes to check these links, while downloading 154.1MB of data ...
https://github.com/srid/haskell-flake/actions/runs/8031533843/job/21939954417#step:3:942
The text was updated successfully, but these errors were encountered: