mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-02-25 09:21:18 -05:00
🐛 Analyze dead links
forgot to call the function...
This commit is contained in:
parent
422066f863
commit
686849d252
@ -21,7 +21,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($unreachable) {
|
||||
# Output urls
|
||||
return $unreachable
|
||||
Write-Error -Message 'Dead links found'
|
||||
}
|
||||
}
|
||||
|
||||
$deadlinks = Test-MarkdownLinks -Path ".\readme.md"
|
Loading…
x
Reference in New Issue
Block a user