Skip to content

Merge pull request #6 from kojix2/typos #16

Merge pull request #6 from kojix2/typos

Merge pull request #6 from kojix2/typos #16

Workflow file for this run

name: specs
on:
push:
pull_request:
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos", "windows"]
steps:
- uses: actions/checkout@v4
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec