File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22
3- on : push
3+ on :
4+ push :
5+ branches : [master]
6+ pull_request :
7+ branches : [master]
48
59jobs :
610 build :
Original file line number Diff line number Diff line change 22
33[ ![ Latest release] ( http://img.shields.io/github/release/purescript/purescript-quickcheck.svg )] ( https://github.com/purescript/purescript-quickcheck/releases )
44[ ![ Build status] ( https://github.com/purescript/purescript-quickcheck/workflows/CI/badge.svg?branch=master )] ( https://github.com/purescript/purescript-quickcheck/actions?query=workflow%3ACI+branch%3Amaster )
5+ [ ![ Pursuit] ( https://pursuit.purescript.org/packages/purescript-quickcheck/badge )] ( https://pursuit.purescript.org/packages/purescript-quickcheck )
56
67An implementation of QuickCheck in PureScript.
78
@@ -13,5 +14,5 @@ spago install quickcheck
1314
1415## Documentation
1516
16- * [ Guide] ( GUIDE.md )
17- * Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-quickcheck ) .
17+ - [ Guide] ( GUIDE.md )
18+ - Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-quickcheck ) .
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments