mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
14 lines
285 B
YAML
14 lines
285 B
YAML
pre-commit:
|
|
scripts:
|
|
lint:
|
|
tags: lint
|
|
|
|
pre-push:
|
|
scripts:
|
|
test:
|
|
tags: test
|
|
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
|