From e5f4de8d34d569fb00e199e3cf9d8709d1b314fc Mon Sep 17 00:00:00 2001
From: kyu08 <49891479+kyu08@users.noreply.github.com>
Date: Thu, 23 May 2024 23:53:34 +0900
Subject: [PATCH] Add `lint` to make target

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

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: