Skip to content

Commit 505475b

Browse files
Update versions in CI; add purs-tidy check (#19)
* Update versions in CI; add purs-tidy check * Update changelog
1 parent de7b279 commit 505475b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -33,3 +34,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ New features:
1111
Bugfixes:
1212

1313
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)
1417

1518
## [v6.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v6.0.0) - 2022-04-27
1619

0 commit comments

Comments
 (0)