File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
16
with :
17
17
purescript : " unstable"
18
+ purs-tidy : " latest"
18
19
19
- - uses : actions/setup-node@v2
20
+ - uses : actions/setup-node@v3
20
21
with :
21
- node-version : " 14 "
22
+ node-version : " lts/* "
22
23
23
24
- name : Install dependencies
24
25
run : |
33
34
run : |
34
35
bower install
35
36
npm run-script test --if-present
37
+
38
+ - name : Check formatting
39
+ run : |
40
+ purs-tidy check src test
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+ - Update CI ` node ` to ` lts/* ` (#19 by @JordanMartinez )
15
+ - Update CI actions to ` v3 ` (#19 by @JordanMartinez )
16
+ - Enforce formatting check via ` purs-tidy ` (#19 by @JordanMartinez )
14
17
15
18
## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-url/releases/tag/v6.0.0 ) - 2022-04-27
16
19
You can’t perform that action at this time.
0 commit comments