Skip to content

Commit

Permalink
Upgrade to PureScript 0.15.15 and Spago Next (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin authored Jul 20, 2024
1 parent 77448d6 commit d4cf529
Show file tree
Hide file tree
Showing 11 changed files with 2,664 additions and 3,129 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v4
with:
purescript: "unstable"
spago: "unstable"
node-version: "22.4"

- name: Cache PureScript dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
.spago
output
- name: Install
run: npm install

- name: Build and test project
run: spago -x ./test.dhall test
run: npx spago test
32 changes: 0 additions & 32 deletions bower.json

This file was deleted.

Loading

0 comments on commit d4cf529

Please sign in to comment.