From f4b12598f160b216bc86351df6595050279e7f17 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Tue, 17 Mar 2026 21:36:28 -0400 Subject: [PATCH] fix: add `lint` job Runs all `lint-*` jobs. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f40f508..fba4498 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ lint-go: ## Lint Go code lint-makefile: ## Lint the Makefile checkmake Makefile +lint: lint-go lint-makefile ## Lint all code + docs: ## Serve godoc locally @echo ">>> Visit: http://localhost:6060/pkg/git.maximhutz.com/tools/dsa/" godoc -http=:6060