mirror of
https://github.com/lloeki/apply.git
synced 2026-05-06 11:00:28 +02:00
4 lines
90 B
Makefile
4 lines
90 B
Makefile
all:
|
|
|
|
lint:
|
|
find apply run push lib -type f -not -iname '*.*' | xargs shellcheck -s bash
|