Browse Source

ignore medium and linkedin

Igor Kasianenko 3 tháng trước cách đây
mục cha
commit
4e510006a5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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": "^https?://(www\.)?linkedin\.com/.*"
+    },
+    {
+      "pattern": "^https?://medium\.com/.*"
     }
   ]
 }