mirror of
https://github.com/balena-io/open-balena.git
synced 2025-02-01 08:48:26 +00:00
3be25c1563
* 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
5 lines
66 B
Makefile
5 lines
66 B
Makefile
.PHONY: lint
|
|
|
|
lint:
|
|
find . -type f -name *.sh | xargs shellcheck
|