From 332bcc8fbf9db2dc65b2d18996f277d289c53956 Mon Sep 17 00:00:00 2001 From: Elias Groot Date: Sat, 28 Dec 2024 19:42:39 +0100 Subject: [PATCH] fix: removed non-existent lint-target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a024061..bff3bc8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile to be compliant with the test github action .PHONY: test -test: lint +test: @echo "No tests to run" @exit 0