From 4cfb227a1e2650fc69dcab5af071418edb99dae6 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 6 Mar 2024 15:40:24 +0100 Subject: [PATCH] Add install linter target --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index c23909d..cf8525c 100644 --- a/Justfile +++ b/Justfile @@ -41,3 +41,6 @@ clean: remove-podman-containers [confirm] podman-clean: podman system reset --force + +install-linter: + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2