- Fix import order (ast before asyncio) - Remove NameError from exception handling (ast.literal_eval doesn't raise it) - Add .lycheeignore to exclude intermittently unavailable star-history API - Update link-check workflow to exclude star-history API and accept 503 status codes
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
# Exclude star-history API from link checking
|
|
# This service is intermittently unavailable (503 errors)
|
|
# but the link still works when the service is up
|
|
.*api\.star-history\.com.*
|
|
|