From 97697ae46b8cc2409beb6793bae491088f3d9cfa Mon Sep 17 00:00:00 2001 From: lotyp Date: Wed, 24 Apr 2024 16:30:44 +0300 Subject: [PATCH] chore: lint md in general lint command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d93fe81..7bde3e5 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ hooks: ## Install git hooks from pre-commit-config pre-commit autoupdate .PHONY: hooks -lint: lint-yaml lint-actions ## Lint all files +lint: lint-yaml lint-actions lint-md ## Lint all files .PHONY: lint lint-yaml: ## Lint all yaml files