diff --git a/script/html-proofer b/script/html-proofer index 8f3693b..eb62e63 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -7,8 +7,6 @@ require "html-proofer" url_ignores = [ # Installation links require being signed in to GitHub %r{https://github.com/apps/.*/installations/new}, - # Checks runs require being signed in to GitHub - %r{https://github.com/.*/runs/\d+}, "https://mochajs.org/", %r{mit-license\.org}, # misconfigured SSL or old certs on Travis CI? %r{https://localhost:*/*}, # Ignore links to localhost in documentation