1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-23 22:11:10 +02:00
Files
imgproxy/lefthook.yml
Victor Sokolov f7b9dc8f56 IMG-43: run hooks in the docker, switch to v4-dev image (#1554)
* Use v4-dev docker image

* Updated devcontainer
2025-10-13 13:06:48 +02:00

18 lines
261 B
YAML

pre-commit:
commands:
lint-go:
tags: lint
run: make lint-go
lint-clang:
tags: lint
run: make lint-clang
pre-push:
commands:
test:
tags: test
run: make test
lychee:
tags: test
run: make lychee