diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-12-19 16:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 16:34:15 +0100 |
commit | 4987fbab0b82c1a6de3732aa2572e67f22895773 (patch) | |
tree | 1e202d25dd07bbbd6a9b1b404dec62c4845dbfdf | |
parent | 3b0d2a70789ed730a29feada1e874e6cbaeee31c (diff) | |
download | NorthstarWiki-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.json | 3 |
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" } ] } |