File tree Expand file tree Collapse file tree
.config/nix/parts/programs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 always_run = true ;
5555 } ;
5656
57+ # GitHub Actions delivers:
58+ # Error loading CA root certificate: failed to read PEM from file: No such file or directory (os error 2) at '/no-cert-file.crt'
59+ # Error: Failed to create request client
60+ # >
61+ # > Caused by:
62+ # > 0: Failed to create HTTP request client: builder error
63+ # > 1: builder error
64+ # > 2: unexpected error: No CA certificates were loaded from the system
65+
5766 # check for dead links
58- lychee = mkHook {
59- excludes = [ "^(?!.*\\ .md$).*" ] ;
60- settings = {
61- flags = "--exclude github.com" ;
62- } ;
63- } ;
67+ # lychee = mkHook {
68+ # excludes = [ "^(?!.*\\.md$).*" ];
69+ # settings = {
70+ # flags = "--exclude github.com";
71+ # };
72+ # };
6473
6574 check-yaml = mkHook { } ;
6675
You can’t perform that action at this time.
0 commit comments