Skip to content

Format spec on C lib. #28

Format spec on C lib.

Format spec on C lib. #28

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