Skip to content

Commit

Permalink
ci: ignore slack badge in markdown link check
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Nov 4, 2022
1 parent b3fef62 commit 12cdcb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .markdownlinkcheck.json
Expand Up @@ -17,6 +17,11 @@
"aliveStatusCodes": [
200,
206
],
"ignorePatterns": [
{
"pattern": "https://img.shields.io/badge/Slack-%23csi--secrets--store-blueviolet",
}
]
}

0 comments on commit 12cdcb4

Please sign in to comment.