Merge branch 'dev'

This commit is contained in:
Alex Ling
2020-04-22 14:36:36 +00:00
41 changed files with 2407 additions and 1882 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.32.1-alpine
image: crystallang/crystal:0.34.0-alpine
steps:
- uses: actions/checkout@v2
@@ -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