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