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