From e0b0fe16336a1ee1b1d9e43554f5a5af936baa03 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sat, 29 Jul 2023 06:06:05 -0700 Subject: [PATCH 1/2] Update versions in CI; add purs-tidy check --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ed895..a39bce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,15 +10,16 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: purescript-contrib/setup-purescript@main with: purescript: "unstable" + purs-tidy: "latest" - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: - node-version: "14" + node-version: "lts/*" - name: Install dependencies run: | @@ -33,3 +34,7 @@ jobs: run: | bower install npm run-script test --if-present + + - name: Check formatting + run: | + purs-tidy check src test From 3a171a9382af3603f27d2d4c5c09ec2f76f8cec5 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sat, 29 Jul 2023 06:07:47 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c070b3c..9dd6f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ New features: Bugfixes: Other improvements: +- Update CI `node` to `lts/*` (#19 by @JordanMartinez) +- Update CI actions to `v3` (#19 by @JordanMartinez) +- Enforce formatting check via `purs-tidy` (#19 by @JordanMartinez) ## [v6.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v6.0.0) - 2022-04-27