Run Ameba and Crystal formatting tool on push

This commit is contained in:
Alex Ling 2020-04-08 07:09:54 +00:00
parent fcf9d39047
commit 7d97d21d40

View File

@ -20,5 +20,7 @@ jobs:
run: apk add --no-cache yarn yaml sqlite-static run: apk add --no-cache yarn yaml sqlite-static
- name: Build - name: Build
run: make run: make
- name: Linter
run: make check
- name: Run tests - name: Run tests
run: make test run: make test