From 251ef4be1e8840acc55ea1e59d5eeec433c0f59f Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Mon, 5 Feb 2024 20:57:57 +0100 Subject: [PATCH] fix: :bug: lint issue --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 22928c1..41f8ca6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ help: ## help target to show available commands with information .PHONY: markdownlint markdownlint: ## Validate markdown files - docker-compose run docs markdownlint .github/ --ignore node_modules docker-compose run docs markdownlint . --ignore node_modules .PHONY: zsh