Skip to content

Add the changelog for the 0.3.0 version. #20

Add the changelog for the 0.3.0 version.

Add the changelog for the 0.3.0 version. #20

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
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