1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix link checker CI (#7308)

This commit is contained in:
Emil Ernerfeldt
2025-08-12 12:34:53 +02:00
committed by GitHub
parent adf463b0a9
commit 42bdf5b881

View File

@@ -38,3 +38,8 @@ accept = [
"200..=299", # Success codes.
"429", # Too many requests. This is practically never a sign of a broken link.
]
# Exclude URLs and mail addresses from checking (supports regex).
exclude = [
"https://creativecommons.org/.*", # They don't like bots
]