abra-hetzner/makefile

10 lines
154 B
Makefile
Raw Normal View History

2021-03-10 22:25:27 +00:00
.PHONY: shellcheck
shellcheck:
@docker run \
-it \
--rm \
-v $$(pwd):/workdir \
koalaman/shellcheck-alpine \
shellcheck /workdir/abra-hetzner