Prechádzať zdrojové kódy

ignore medium and linkedin (#882)

Igor Kasianenko 2 mesiacov pred
rodič
commit
db1cee7881

+ 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\/.*"
     }
   ]
 }