all repos — website @ ffff4d09ab38e2ef3b56ee282f3cec5a558d5cc3

My website

ensure links aren't broken in CI

Alan Pearce
commit

ffff4d09ab38e2ef3b56ee282f3cec5a558d5cc3

parent

48c986422c8f6f08a36f1a801b7521daec787b26

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -48,5 +48,11 @@ netlify-cli
] ++ commonShellPackages; }; }; + checks = rec { + default = hyperlink; + hyperlink = pkgs.runCommandLocal "hyperlink" { } '' + ${pkgs.hyperlink}/bin/hyperlink ${packages.website} + ''; + }; }); }