From 7d97d21d40eab5ac19e34e85ac17ca6081a6b867 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 8 Apr 2020 07:09:54 +0000 Subject: [PATCH] Run Ameba and Crystal formatting tool on push --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 033229e..ac18e6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,5 +20,7 @@ jobs: run: apk add --no-cache yarn yaml sqlite-static - name: Build run: make + - name: Linter + run: make check - name: Run tests run: make test