apply/Makefile
2021-07-10 23:16:01 -04:00

6 lines
143 B
Makefile

all:
lint:
@find apply push lib -type f -not -iname '*.*' | xargs shellcheck -s bash
@shellcheck -s dash run
@echo -e "\033[032mOK\033[0m"