浏览代码

ignore medium and linkedin (#882)

Igor Kasianenko 2 月之前
父节点
当前提交
db1cee7881
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/scripts/markdown_link_check_config.json

+ 6 - 0
.github/scripts/markdown_link_check_config.json

@@ -22,6 +22,12 @@
     },
     {
       "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
+    },
+    {
+      "pattern": "http(s.?)?:\/\/(www\.)?linkedin\.com\.*"
+    },
+    {
+      "pattern": "http(s?)?:\/\/(www\.)?medium\.com\/.*"
     }
   ]
 }