Przeglądaj źródła

ignore medium and linkedin

Igor Kasianenko 3 miesięcy temu
rodzic
commit
4e510006a5
1 zmienionych plików z 6 dodań i 0 usunięć
  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/.*"
     }
   ]
 }