Add lint recipe in makefile

This commit is contained in:
Simon Symeonidis
2025-05-17 21:56:14 -04:00
parent 847ac4bc11
commit 2690b87c14
+4
View File
@@ -29,3 +29,7 @@ package_windows:
package_linux: package_linux:
fyne package -os linux -tags migrated_fynedo fyne package -os linux -tags migrated_fynedo
.PHONY: lint
lint:
golangci-lint run