Skip to content

Commit

Permalink
Update versions in CI; add purs-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jul 29, 2023
1 parent de7b279 commit e0b0fe1
Showing 1 changed file with 8 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

0 comments on commit e0b0fe1

Please sign in to comment.