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 15
15
16
16
- name : Set up a PureScript toolchain
17
17
uses : purescript-contrib/setup-purescript@main
18
+ with :
19
+ purs-tidy : " latest"
18
20
19
21
- name : Cache PureScript dependencies
20
22
uses : actions/cache@v2
29
31
30
32
- name : Build source
31
33
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 2
2
! .gitignore
3
3
! .github
4
4
! .editorconfig
5
+ ! .tidyrc.json
5
6
6
7
output
7
8
generated-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:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+ - Added ` purs-tidy ` formatter (#15 by @thomashoneyman )
14
15
15
16
## [ v5.0.0] ( https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v5.0.0 ) - 2021-02-26
16
17
You can’t perform that action at this time.
0 commit comments