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--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b911ef1..7bbe53cb 100644
--- a/Makefile
+++ b/Makefile
@@ -98,3 +98,10 @@ brew-bundle:
test: setup brew-bundle
@printf "\n$(INFO)INFO: Running all tests..$(INFO_END)\n"
@bundle exec rspec && yarn test && yarn eslint && yarn prettier && hadolint latest.Dockerfile .gitpod.Dockerfile **/*.Dockerfile && yamllint .gitlab-ci.yml content/_data
+ @bundle exec rspec
+ @yarn test
+ @yarn eslint
+ @yarn prettier
+ @scripts/run-stylelint.sh
+ @hadolint latest.Dockerfile .gitpod.Dockerfile **/*.Dockerfile
+ @yamllint .gitlab-ci.yml content/_data