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