Add lint to make target

This commit is contained in:
kyu08 2024-05-23 23:53:34 +09:00 committed by Stefan Haller
parent ce3fe37787
commit e5f4de8d34

View File

@ -38,6 +38,10 @@ generate:
format:
gofumpt -l -w .
.PHONY: lint
lint:
golangci-lint run
# For more details about integration test, see https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md.
.PHONY: integration-test-tui
integration-test-tui: