From 9e5c19e2049193857fdb652418889e4d5db170bb Mon Sep 17 00:00:00 2001 From: Sarah German Date: Thu, 2 Feb 2023 11:52:15 -0600 Subject: Include asdf-shellcheck plugin in setup --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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" -- cgit v1.2.3