Quellcode durchsuchen

ignore medium and linkedin

Igor Kasianenko vor 5 Monaten
Ursprung
Commit
4e510006a5
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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.intel.com/content/www/us/en/developer/articles/news/llama2.html"
+    },
+    {
+      "pattern": "^https?://(www\.)?linkedin\.com/.*"
+    },
+    {
+      "pattern": "^https?://medium\.com/.*"
     }
     }
   ]
   ]
 }
 }