Skip to content

Commit

Permalink
Create crystal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vonKingsley committed Jan 7, 2020
1 parent ea7b73b commit 853b427
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/crystal.yml
@@ -0,0 +1,18 @@
name: Crystal CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

container:
image: crystallang/crystal

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec

0 comments on commit 853b427

Please sign in to comment.