This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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