Skip to content

Commit 2a046cc

Browse files
committed
chore: disable lychee cause GHA complains
1 parent 07b0078 commit 2a046cc

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

.config/nix/parts/programs/git-hooks.nix

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,22 @@
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

0 commit comments

Comments
 (0)