Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 800e3427..f780929f 100644
--- a/Makefile
+++ b/Makefile
@@ -202,25 +202,25 @@ markdownlint-tests:
markdownlint-whitespace-tests-gitlab:
@printf "\n$(INFO)INFO: Running markdownlint whitespace tests on GitLab project...$(END)\n"
- @cd ../gitlab/doc && markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
+ @cd ../gitlab/doc && npx markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
markdownlint-whitespace-tests-gitlab-runner:
@printf "\n$(INFO)INFO: Running markdownlint whitespace tests on GitLab Runner project...$(END)\n"
- @cd ../gitlab-runner/docs && markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
+ @cd ../gitlab-runner/docs && npx markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
markdownlint-whitespace-tests-omnibus-gitlab:
@printf "\n$(INFO)INFO: Running markdownlint whitespace tests on Omnibus GitLab project...$(END)\n"
- @cd ../omnibus-gitlab/doc && markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
+ @cd ../omnibus-gitlab/doc && npx markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
markdownlint-whitespace-tests-charts-gitlab:
@printf "\n$(INFO)INFO: Running markdownlint whitespace tests on GitLab Chart project...$(END)\n"
- @cd ../charts-gitlab/doc && markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
+ @cd ../charts-gitlab/doc && npx markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
markdownlint-whitespace-tests-gitlab-operator:
@printf "\n$(INFO)INFO: Running markdownlint whitespace tests on GitLab Operator project...$(END)\n"
- @cd ../gitlab-operator/doc && markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
+ @cd ../gitlab-operator/doc && npx markdownlint-cli2-config "../../gitlab-docs/tasks/.markdownlint.yml" "**/*.md"
-markdownlint-whitespace-tests: install-nodejs-dependencies
+markdownlint-whitespace-tests:
@$(MAKE) markdownlint-whitespace-tests-gitlab || true
@$(MAKE) markdownlint-whitespace-tests-gitlab-runner || true
@$(MAKE) markdownlint-whitespace-tests-omnibus-gitlab || true