fix: add lint job
Runs all `lint-*` jobs.
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,6 +30,8 @@ lint-go: ## Lint Go code
|
|||||||
lint-makefile: ## Lint the Makefile
|
lint-makefile: ## Lint the Makefile
|
||||||
checkmake Makefile
|
checkmake Makefile
|
||||||
|
|
||||||
|
lint: lint-go lint-makefile ## Lint all code
|
||||||
|
|
||||||
docs: ## Serve godoc locally
|
docs: ## Serve godoc locally
|
||||||
@echo ">>> Visit: http://localhost:6060/pkg/git.maximhutz.com/tools/dsa/"
|
@echo ">>> Visit: http://localhost:6060/pkg/git.maximhutz.com/tools/dsa/"
|
||||||
godoc -http=:6060
|
godoc -http=:6060
|
||||||
|
|||||||
Reference in New Issue
Block a user