Skip to content

Fix and augment README regarding the use within Lucky #8

Fix and augment README regarding the use within Lucky

Fix and augment README regarding the use within Lucky #8

Workflow file for this run

name: Crystal CI
on:
push:
pull_request:
jobs:
test_latest:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec