From 3f6cadcbeb9f193f8483c9edf6c6114ca7a20056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Tue, 12 Sep 2023 09:32:21 +0200 Subject: [PATCH] chore: Fix copy-paste error for yamllint target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Étienne BERSAC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2bb79e..bbd8aa8 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ bin/golangci-lint: @mkdir -p bin curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- v${GOLANGCI_VERSION} -.PHONY: fmt +.PHONY: yamllint yamllint: pip install --user yamllint