mirror of
https://github.com/lloeki/apply.git
synced 2026-03-21 21:30:03 +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
|