Get shellcheck working for the bin/ scripts

This commit is contained in:
decentral1se
2021-04-02 15:39:02 +02:00
parent 18f8ea982e
commit 2b0f691d5f
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,8 @@ shellcheck:
--rm \
-v $$(pwd):/workdir \
koalaman/shellcheck-alpine \
shellcheck /workdir/abra
shellcheck /workdir/abra && \
shellsheck /workdir/bin/*.sh
docopt:
@if [ ! -d ".venv" ]; then \