From 2690b87c147511ae83bc13ccb8d6810ce9bc2de6 Mon Sep 17 00:00:00 2001 From: Simon Symeonidis Date: Tue, 13 May 2025 23:30:04 -0400 Subject: [PATCH] Add lint recipe in makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8ac1bc2..b4cb945 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,7 @@ package_windows: package_linux: fyne package -os linux -tags migrated_fynedo + +.PHONY: lint +lint: + golangci-lint run