Skip to content

Commit 93e092d

Browse files
committed
CI
1 parent 7e9d86f commit 93e092d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push:
3+
pull_request:
4+
branches: [main]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Download source
10+
uses: actions/checkout@v2
11+
- name: Install Crystal
12+
uses: crystal-lang/install-crystal@v1
13+
- name: Run tests
14+
run: crystal spec

0 commit comments

Comments
 (0)