mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-03-12 21:14:22 +01:00
3 lines
66 B
Makefile
3 lines
66 B
Makefile
.PHONY: lint
|
|
lint:
|
|
pre-commit run --all-files golangci-lint-full
|