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:
authorEvan Read <eread@gitlab.com>2022-05-23 06:57:50 +0300
committerEvan Read <eread@gitlab.com>2022-05-25 01:53:53 +0300
commit1fe7254ff46dab7e6bd02891a0a174f46e4955b0 (patch)
tree17a6c7279396313f1c8fc3854ec3fe4fbdbedab2 /Makefile
parent8b88e23f022b1f1b980ee1862545e63d505ebfa7 (diff)
Support local Stylelint runseread/support-local-stylelint-runs
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