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:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e0133b7..056d9a36 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,12 @@ setup-asdf: check-asdf
@asdf plugin add ruby || true
@asdf plugin add nodejs || true
@asdf plugin add yarn || true
+ @asdf plugin add shellcheck || true
@printf "\n$(INFO)INFO: Updating asdf plugins...$(END)\n"
@asdf plugin update ruby
@asdf plugin update nodejs
@asdf plugin update yarn
+ @asdf plugin update shellcheck
install-asdf-dependencies:
@printf "\n$(INFO)INFO: Installing asdf dependencies...$(END)\n"