Skip to content

Ensure project is tested using Crystal 1.15.0 #259

Ensure project is tested using Crystal 1.15.0

Ensure project is tested using Crystal 1.15.0 #259

Workflow file for this run

name: QA
on:
push:
branches: "*"
pull_request:
branches: "*"
schedule:
- cron: '0 0 * * *'
jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.15.0
steps:
- uses: actions/checkout@v1
- name: Install shards
run: shards install --ignore-crystal-version
- name: Run QA checks
run: make qa