Skip to content

Commit

Permalink
外部リンクチェック : microsoft.com を無視リストに登録 (close #1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Feb 15, 2023
1 parent 8203fdd commit 0709184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script/link_check.py
Expand Up @@ -56,6 +56,7 @@ def fix_link(link: str) -> str:
"https://web.archive.org", # 確実に存在すると思われる
"http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる
"https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる
"https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる
]

def is_ignore_link(link: str) -> bool:
Expand Down

0 comments on commit 0709184

Please sign in to comment.