Skip to content

Replaced Int | Float union with Number::Primitive #21

Replaced Int | Float union with Number::Primitive

Replaced Int | Float union with Number::Primitive #21

Workflow file for this run

name: Crystal
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: crystal-lang/install-crystal@v1
- run: shards install
- run: crystal spec