diff --git a/Makefile b/Makefile index 235930b..5cfd3e4 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ yamllint: .venv/bin/activate ## Run yamllint . .venv/bin/activate && $(TOX) -e yamllint .PHONY: lint -lint: yamllint shellcheck reuse lint-bicep # Run linting for the repo +lint: yamllint shellcheck reuse lint-bicep cspell # Run linting for the repo .PHONY: shellcheck shellcheck: .venv/bin/activate ## Run shell check analysis