aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-12-19 16:34:15 +0100
committerGitHub <noreply@github.com>2023-12-19 16:34:15 +0100
commit4987fbab0b82c1a6de3732aa2572e67f22895773 (patch)
tree1e202d25dd07bbbd6a9b1b404dec62c4845dbfdf
parent3b0d2a70789ed730a29feada1e874e6cbaeee31c (diff)
downloadNorthstarWiki-4987fbab0b82c1a6de3732aa2572e67f22895773.tar.gz
NorthstarWiki-4987fbab0b82c1a6de3732aa2572e67f22895773.zip
Add Arch Wiki to link ignore list (#262)
They seem to have uptime issues right now, causing our CI to fail.
-rw-r--r--.github/.markdownlinkcheck.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/.markdownlinkcheck.json b/.github/.markdownlinkcheck.json
index ff5a98a..4c6d775 100644
--- a/.github/.markdownlinkcheck.json
+++ b/.github/.markdownlinkcheck.json
@@ -5,6 +5,9 @@
},
{
"pattern": "https://forum.manjaro.org/t/howto-troubleshoot-crackling-in-pipewire/82442"
+ },
+ {
+ "pattern": "https://wiki.archlinux.org/title/PulseAudio/Troubleshooting#Glitches.2C\\_skips\\_or\\_crackling"
}
]
}