mirror of
https://github.com/lloeki/apply.git
synced 2026-03-22 05:40:04 +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
|