1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Add make target for spellcheck (#3648)

This commit is contained in:
Robert Kaussow
2024-04-26 07:51:10 +02:00
committed by GitHub
parent d0057736f1
commit daf673a857
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -306,6 +306,10 @@ bundle-cli: bundle-prepare ## Create bundles for cli
.PHONY: bundle
bundle: bundle-agent bundle-server bundle-cli ## Create all bundles
.PHONY: spellcheck
spellcheck:
pnpx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'
##@ Docs
.PHONY: docs
docs: ## Generate docs (currently only for the cli)