mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
4a60556787
* dev: add lychee to lefthook * docs: make sure internal links has .md * ci: add docs lint workflow --------- Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
16 lines
305 B
YAML
16 lines
305 B
YAML
pre-commit:
|
|
scripts:
|
|
lint:
|
|
tags: lint
|
|
|
|
pre-push:
|
|
scripts:
|
|
test:
|
|
tags: test
|
|
check-docs-versions:
|
|
tags: docs
|
|
commands:
|
|
check-links:
|
|
tags: docs
|
|
run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html
|