File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-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
3840
3941 - name : Run tests
4042 run : spago -x test.dhall test --no-install
43+
44+ - name : Check formatting
45+ 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+ }
You can’t perform that action at this time.
0 commit comments