Skip to content

Removes defunct community links #108

Removes defunct community links

Removes defunct community links #108

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'master'
jobs:
test_latest:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:latest-alpine
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: shards install
- name: Specs
run: crystal spec