Skip to content

Commit

Permalink
Update versions in CI; add purs-tidy check (#19)
Browse files Browse the repository at this point in the history
* Update versions in CI; add purs-tidy check

* Update changelog
  • Loading branch information
JordanMartinez committed Jul 29, 2023
1 parent de7b279 commit 505475b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -33,3 +34,7 @@ jobs:
run: |
bower install
npm run-script test --if-present
- name: Check formatting
run: |
purs-tidy check src test
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 505475b

Please sign in to comment.