Skip to content

Release 0.2.2

Release 0.2.2 #115

Workflow file for this run

name: Crystal CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.0.0
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install
- name: Run tests
run: make spec
- name: Validate formatting
run: crystal tool format --check