Skip to content

Update todo list in README.md file. #11

Update todo list in README.md file.

Update todo list in README.md file. #11

Workflow file for this run

on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Check format
run: ./bin/ameba
- name: Run tests
run: crystal spec