Skip to content

Commit 443f67b

Browse files
Update CI to run on push, pull_request and add Pursuit badge
1 parent 37cdccf commit 443f67b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
build:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
[![Latest release](http://img.shields.io/github/release/purescript/purescript-control.svg)](https://github.com/purescript/purescript-control/releases)
44
[![Build status](https://github.com/purescript/purescript-control/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-control/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![Pursuit](https://pursuit.purescript.org/packages/purescript-control/badge)](https://pursuit.purescript.org/packages/purescript-control)
56

67
This library provides a range of utility functions for the classes in the `Functor`, `Applicative`, `Monad` hierarchy, along with additional classes such as `Alternative`, `MonadPlus`, `Comonad` and `Lazy`.
78

89
## Installation
910

10-
```
11+
```sh
1112
spago install control
1213
```
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"devDependencies": {
99
"pulp": "^15.0.0",
1010
"purescript-psa": "^0.8.0",
11-
"rimraf": "^2.6.2"
11+
"rimraf": "^3.0.2"
1212
}
1313
}

0 commit comments

Comments
 (0)