1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Exclude twitter.com from check-links git hook

This commit is contained in:
DarthSim 2023-07-02 23:01:44 +03:00
parent 136a5d093f
commit 4e4b9edb53

View File

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