From 7ef2e4d162a95cedc69564360c088d7a37cf8ab3 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 19 Aug 2022 12:06:40 +0000 Subject: [PATCH] Add eslint to make check --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6c5eebf..4caa105 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ test: check: crystal tool format --check ./bin/ameba + yarn lint arm32v7: crystal build src/mango.cr --release --progress --error-trace --cross-compile --target='arm-linux-gnueabihf' -o mango-arm32v7