Skip to content

Commit bdc6721

Browse files
committed
1 parent 9865f8b commit bdc6721

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Diff for: .github/workflows/ci.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
with:
15+
spago: "unstable"
16+
- run: spago build
17+
- run: spago test

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# purescript-fetch-argonaut
22

3+
[![CI](https://github.com/rowtype-yoga/purescript-fetch-argonaut/actions/workflows/ci.yml/badge.svg)](https://github.com/rowtype-yoga/purescript-fetch-argonaut/actions/workflows/ci.yml)
34
## Installation
45

56
```

0 commit comments

Comments
 (0)