We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9865f8b commit bdc6721Copy full SHA for bdc6721
.github/workflows/ci.yml
@@ -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
README.md
@@ -1,5 +1,6 @@
# purescript-fetch-argonaut
+[](https://github.com/rowtype-yoga/purescript-fetch-argonaut/actions/workflows/ci.yml)
## Installation
```
0 commit comments