This commit is contained in:
decentral1se
2021-04-04 21:11:25 +02:00
parent f1bdbf21c2
commit fb338b414b

View File

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