Skip to content

Commit

Permalink
Add Manjaro forum link to ignore list for linkcheck (#250)
Browse files Browse the repository at this point in the history
fix: Add Manjaro forum link to ignore list
Manjaro forums are down and I don't want our CI to fail because of that
  • Loading branch information
GeckoEidechse authored Oct 25, 2023
1 parent 3ddce3b commit 6fa9dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.markdownlinkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 6fa9dbb

Please sign in to comment.