From d96289a6a29b10879024f56a17f1c40c6d0747f2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 4 Jul 2021 22:09:10 +0200 Subject: [PATCH] Add shellcheck target --- makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index cae8a34..715220f 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,12 @@ -.PHONY: build push +.PHONY: build push shellcheck + +shellcheck: + @docker run \ + -it \ + --rm \ + -v $$(pwd):/workdir \ + koalaman/shellcheck-alpine \ + shellcheck /workdir/plugin.sh build: @cd ~/.abra/src && \