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>2023-02-03 02:12:51 +0300
committerEvan Read <eread@gitlab.com>2023-02-03 02:12:51 +0300
commit4d254bb0c10ff159a0b5e2ebe0d46a418943989a (patch)
tree99ab9435f8575e5d656a26745026ae4cf1b572c9
parent1c89acf102845c1646866396d3c2f0fca915b8eb (diff)
parent9e5c19e2049193857fdb652418889e4d5db170bb (diff)
Merge branch 'sarahg/asdf-shellcheck-plugin' into 'main'
Include asdf-shellcheck plugin in setup See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3509 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
-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"