File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def scan_links(links, verbose=False):
5252 print ("\n ==== Links with non-definitive status codes ====" )
5353 for file , line , link in warning_links :
5454 print (f"In { file } on line { line } , link: { link } " )
55+ print ("Links that you have verified are OK can be whitelisted in the workflow file" )
5556 print ("\n ==== Failed links ====" )
5657 for file , line , link in bad_links :
5758 print (f"In { file } on line { line } , link: { link } " )
@@ -60,6 +61,7 @@ def scan_links(links, verbose=False):
6061 print ("\n ==== Links with non-definitive status codes ====" )
6162 for file , line , link in warning_links :
6263 print (f"In { file } on line { line } , link: { link } " )
64+ print ("Links that you have verified are OK can be whitelisted in the workflow file" )
6365 print ("Otherwise, all links correct - test passed" )
6466 else :
6567 print ("All links correct - test passed" )
You can’t perform that action at this time.
0 commit comments