From 6fa9dbb3ca9b71d37f5e46ccfa984cd6410b56cd Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:41:35 +0200 Subject: Add Manjaro forum link to ignore list for linkcheck (#250) fix: Add Manjaro forum link to ignore list Manjaro forums are down and I don't want our CI to fail because of that --- .github/.markdownlinkcheck.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/.markdownlinkcheck.json b/.github/.markdownlinkcheck.json index 7e118b9..ff5a98a 100644 --- a/.github/.markdownlinkcheck.json +++ b/.github/.markdownlinkcheck.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "https://help.ea.com/en/help/pc/link-ea-and-steam/" + }, + { + "pattern": "https://forum.manjaro.org/t/howto-troubleshoot-crackling-in-pipewire/82442" } ] } -- cgit v1.2.3