Add shellcheck target

This commit is contained in:
decentral1se 2021-07-04 22:09:10 +02:00
parent b6fb871cf4
commit d96289a6a2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 1 deletions

View File

@ -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 && \