Skip to content

Merge pull request #2 from tamdaz/add/libc-type #38

Merge pull request #2 from tamdaz/add/libc-type

Merge pull request #2 from tamdaz/add/libc-type #38

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