File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1515
1616 - name : Set up a PureScript toolchain
1717 uses : purescript-contrib/setup-purescript@main
18+ with :
19+ purs-tidy : " latest"
1820
1921 - name : Cache PureScript dependencies
2022 uses : actions/cache@v2
2931
3032 - name : Build source
3133 run : spago build --no-install --purs-args '--censor-lib --strict'
34+
35+ - name : Check formatting
36+ run : purs-tidy check src test
Original file line number Diff line number Diff line change 22! .gitignore
33! .github
44! .editorconfig
5+ ! .tidyrc.json
56
67output
78generated-docs
Original file line number Diff line number Diff line change 1+ {
2+ "importSort" : " source" ,
3+ "importWrap" : " source" ,
4+ "indent" : 2 ,
5+ "operatorsFile" : null ,
6+ "ribbon" : 1 ,
7+ "typeArrowPlacement" : " first" ,
8+ "unicode" : " never" ,
9+ "width" : null
10+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ New features:
1111Bugfixes:
1212
1313Other improvements:
14+ - Added ` purs-tidy ` formatter (#25 by @thomashoneyman )
1415
1516## [ v3.0.0] ( https://github.com/purescript-contrib/purescript-arraybuffer-types/releases/tag/v3.0.0 ) - 2021-02-26
1617
You can’t perform that action at this time.
0 commit comments