File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - uses : purescript-contrib/setup-purescript@main
1616 with :
1717 purescript : " unstable"
18+ purs-tidy : " latest"
1819
19- - uses : actions/setup-node@v2
20+ - uses : actions/setup-node@v3
2021 with :
21- node-version : " 14 "
22+ node-version : " lts/* "
2223
2324 - name : Install dependencies
2425 run : |
3334 run : |
3435 bower install
3536 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:
1111Bugfixes:
1212
1313Other 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 )
1417
1518## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-url/releases/tag/v6.0.0 ) - 2022-04-27
1619
You can’t perform that action at this time.
0 commit comments