Skip to content

feat: bump to version 1.4.2 #35

feat: bump to version 1.4.2

feat: bump to version 1.4.2 #35

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
test_linux:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Setup Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.10.1
- name: Install dependencies
run: make deps
- name: Run tests
run: make spec