Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit a7d5834

Browse files
Run CI on push / pull_request to master
1 parent 23e1782 commit a7d5834

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/ci.yml

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

3-
on: push
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
48

59
jobs:
610
build:

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

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

67
Generic programming using an approach inspired by GHC.Generics.
78

8-
This library requires version 0.10 of the PureScript compiler, or later.
9-
109
## Installation
1110

1211
```
@@ -81,6 +80,6 @@ API documentation is [published on Pursuit](http://pursuit.purescript.org/packag
8180

8281
## Related libraries
8382

84-
* The [documentation for the simple-json library](https://purescript-simple-json.readthedocs.io/en/latest/generics-rep.html) includes a tutorial for using this library.
85-
* Generic deriving of codecs for `Foreign` values: [purescript-foreign-generic](https://github.com/paf31/purescript-foreign-generic)
86-
* Generic deriving of codecs for purescript-argonaut: [purescript-argonaut-generic](https://github.com/purescript-contrib/purescript-argonaut-generic)
83+
- The [documentation for the simple-json library](https://purescript-simple-json.readthedocs.io/en/latest/generics-rep.html) includes a tutorial for using this library.
84+
- Generic deriving of codecs for `Foreign` values: [purescript-foreign-generic](https://github.com/paf31/purescript-foreign-generic)
85+
- Generic deriving of codecs for purescript-argonaut: [purescript-argonaut-generic](https://github.com/purescript-contrib/purescript-argonaut-generic)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"eslint": "^4.19.1",
9+
"eslint": "^7.15.0",
1010
"pulp": "^15.0.0",
1111
"purescript-psa": "^0.8.0",
12-
"rimraf": "^2.6.2"
12+
"rimraf": "^3.0.2"
1313
}
1414
}

0 commit comments

Comments
 (0)