Add eslint to make check

This commit is contained in:
Alex Ling 2022-08-19 12:06:40 +00:00
parent 28c098a56e
commit 7ef2e4d162

View File

@ -29,6 +29,7 @@ test:
check: check:
crystal tool format --check crystal tool format --check
./bin/ameba ./bin/ameba
yarn lint
arm32v7: arm32v7:
crystal build src/mango.cr --release --progress --error-trace --cross-compile --target='arm-linux-gnueabihf' -o mango-arm32v7 crystal build src/mango.cr --release --progress --error-trace --cross-compile --target='arm-linux-gnueabihf' -o mango-arm32v7