Skip to content

.github/workflows/ci.yml #3

.github/workflows/ci.yml

.github/workflows/ci.yml #3

Workflow file for this run

on:
push:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Run tests
run: crystal spec