gogcli/.lefthook.yml
2025-12-26 15:35:15 +01:00

16 lines
215 B
YAML

pre-commit:
parallel: true
commands:
fmt-check:
run: make fmt-check
lint:
run: make lint
test:
run: make test
pre-push:
parallel: true
commands:
test:
run: make test