Skip to content

Commit cef36a3

Browse files
committed
1 parent 9865f8b commit cef36a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/workflows/ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: purescript-contrib/setup-purescript@main
14+
- run: spago build
15+
- run: spago test

0 commit comments

Comments
 (0)