diff --git a/Makefile b/Makefile index 0d36c0d64..ca490a94a 100644 --- a/Makefile +++ b/Makefile @@ -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: