fix: add lint job

Runs all `lint-*` jobs.
This commit is contained in:
2026-03-17 21:36:28 -04:00
parent a367c10957
commit f4b12598f1

View File

@@ -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