open-balena/Makefile
ab77 3be25c1563
(WIP) openBalena on balenaOS
* orchestrate openBalena on ephemeral device(s) in AWS with GHA workflow
* uses another WIP project to create  a virtual test device
* adds placeholder openBalena test suite

Change-type: major
2022-03-22 08:12:39 -07:00

5 lines
66 B
Makefile

.PHONY: lint
lint:
find . -type f -name *.sh | xargs shellcheck