mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
6 lines
143 B
Makefile
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"
|