Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

docs: update README #159

docs: update README

docs: update README #159

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec -v