File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on : push
3
+ on :
4
+ push :
5
+ branches : [master]
6
+ pull_request :
7
+ branches : [master]
4
8
5
9
jobs :
6
10
build :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest release] ( http://img.shields.io/github/release/purescript/purescript-prelude.svg )] ( https://github.com/purescript/purescript-prelude/releases )
4
4
[ ![ Build status] ( https://github.com/purescript/purescript-prelude/workflows/CI/badge.svg?branch=master )] ( https://github.com/purescript/purescript-prelude/actions?query=workflow%3ACI+branch%3Amaster )
5
+ [ ![ Pursuit] ( https://pursuit.purescript.org/packages/purescript-prelude/badge )] ( https://pursuit.purescript.org/packages/purescript-prelude )
5
6
6
7
The PureScript prelude.
7
8
@@ -14,4 +15,3 @@ spago install prelude
14
15
## Documentation
15
16
16
17
Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-prelude ) .
17
-
Original file line number Diff line number Diff line change 6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "eslint" : " ^4.19.1 " ,
9
+ "eslint" : " ^7.15.0 " ,
10
10
"purescript-psa" : " ^0.8.0" ,
11
11
"pulp" : " ^15.0.0" ,
12
- "rimraf" : " ^2.6 .2"
12
+ "rimraf" : " ^3.0 .2"
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments