mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: fix lychee errors (#9491)
It turns out that the link checker was failing because it is matching those URLs via regex and that the `?` in the URL was interpreted as a regex control character.
This commit is contained in:
@@ -5,6 +5,10 @@ https://portal.azure.com
|
||||
https://x.com/firezonehq
|
||||
https://admin.google.com/ac/owl
|
||||
https://www.flexjobs.com/blog/post/exploring-the-impact-of-remote-work-on-mental-health-and-the-workplace/
|
||||
https://news.ycombinator.com/item\?id=28683231
|
||||
https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/DevicesMenu/~/configuration
|
||||
https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/DevicesWindowsMenu/~/configuration
|
||||
https://console.cloud.google.com/apis/library/admin.googleapis.com
|
||||
|
||||
# Local files
|
||||
.prettierrc.json
|
||||
https://news.ycombinator.com/item?id=28683231
|
||||
https://intune.microsoft.com#view/Microsoft_Intune_DeviceSettings/DevicesWindowsMenu/~/configuration
|
||||
|
||||
Reference in New Issue
Block a user