mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-23 22:11:10 +02:00
18 lines
261 B
YAML
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
|