File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-node@v1
1616 with :
17- node-version : " 12 "
17+ node-version : " 14 "
1818
1919 - name : Install dependencies
2020 run : |
Original file line number Diff line number Diff line change 11/. *
22! /.gitignore
33! /.github
4+ ! /.tidyrc.json
45/bower_components /
56/node_modules /
67/output /
Original file line number Diff line number Diff line change 1+ {
2+ "importSort" : " ide" ,
3+ "importWrap" : " source" ,
4+ "indent" : 2 ,
5+ "operatorsFile" : null ,
6+ "ribbon" : 1 ,
7+ "typeArrowPlacement" : " first" ,
8+ "unicode" : " always" ,
9+ "width" : null
10+ }
Original file line number Diff line number Diff line change 99 "pulp" : " ^16.0.0" ,
1010 "purescript" : " ^0.15.0" ,
1111 "purescript-psa" : " ^0.8.2" ,
12+ "purs-tidy" : " ^0.0.2" ,
1213 "rimraf" : " ^3.0.0"
1314 }
1415}
You can’t perform that action at this time.
0 commit comments