1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Exclude x.com from lychee check

This commit is contained in:
DarthSim
2025-02-25 18:35:40 +03:00
parent 4f6a00e596
commit fa3b1d9c71

View File

@@ -14,4 +14,4 @@ pre-push:
commands:
check-links:
tags: docs
run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude twitter.com --exclude-path docs/index.html
run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude twitter.com --exclude x.com --exclude-path docs/index.html