File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed 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-maybe.svg )] ( https://github.com/purescript/purescript-maybe/releases )
44[ ![ Build status] ( https://github.com/purescript/purescript-maybe/workflows/CI/badge.svg?branch=master )] ( https://github.com/purescript/purescript-maybe/actions?query=workflow%3ACI+branch%3Amaster )
5+ [ ![ Pursuit] ( https://pursuit.purescript.org/packages/purescript-maybe/badge )] ( https://pursuit.purescript.org/packages/purescript-maybe )
56
67Optional values. ` Maybe ` is often used to capture failures and in cases where nullable values might otherwise have been used in other languages.
78
Original file line number Diff line number Diff line change 77 "devDependencies" : {
88 "pulp" : " ^15.0.0" ,
99 "purescript-psa" : " ^0.8.0" ,
10- "rimraf" : " ^2.6 .2"
10+ "rimraf" : " ^3.0 .2"
1111 }
1212}
You can’t perform that action at this time.
0 commit comments