aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-25 15:41:35 +0200
committerGitHub <noreply@github.com>2023-10-25 15:41:35 +0200
commit6fa9dbb3ca9b71d37f5e46ccfa984cd6410b56cd (patch)
tree4bc12f14623469b2bd763d32b6ec6a8c48921ca5
parent3ddce3b5dae04d7f9a6dd2a55efcd3f56178e500 (diff)
downloadNorthstarWiki-6fa9dbb3ca9b71d37f5e46ccfa984cd6410b56cd.tar.gz
NorthstarWiki-6fa9dbb3ca9b71d37f5e46ccfa984cd6410b56cd.zip
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
-rw-r--r--.github/.markdownlinkcheck.json3
1 files changed, 3 insertions, 0 deletions
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"
}
]
}