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:
authorSarah German <sgerman@gitlab.com>2023-02-02 20:52:15 +0300
committerSarah German <sgerman@gitlab.com>2023-02-02 20:52:15 +0300
commit9e5c19e2049193857fdb652418889e4d5db170bb (patch)
tree57c929290b7695b8b1853f732c864fce716e59a7 /Makefile
parent744bec1069a249ae10d656961bd13ae1653b9558 (diff)
Include asdf-shellcheck plugin in setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8368c58..0141dc9b 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"