ensure links aren't broken in CI
ffff4d09ab38e2ef3b56ee282f3cec5a558d5cc3
48c986422c8f6f08a36f1a801b7521daec787b26
@@ -48,5 +48,11 @@ netlify-cli ] ++ commonShellPackages; }; }; + checks = rec { + default = hyperlink; + hyperlink = pkgs.runCommandLocal "hyperlink" { } '' + ${pkgs.hyperlink}/bin/hyperlink ${packages.website} + ''; + }; }); }