mirror of
https://github.com/lloeki/apply.git
synced 2026-02-04 01:25:08 +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
|