Skip to content

Commit 5fd3875

Browse files
committed
spago next. delete bower.json, package.json.
Upgrade spec, aff
1 parent 274cca3 commit 5fd3875

File tree

5 files changed

+1309
-63
lines changed

5 files changed

+1309
-63
lines changed

.github/workflows/ci.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- uses: purescript-contrib/setup-purescript@main
1616
with:
1717
purescript: "unstable"
1818
purs-tidy: "latest"
19+
spago-next: "unstable"
1920

20-
- uses: actions/setup-node@v3
21-
with:
22-
node-version: "lts/*"
21+
# - uses: actions/setup-node@v4
22+
# with:
23+
# node-version: "lts/*"
2324

24-
- name: Install dependencies
25-
run: |
26-
npm install -g bower
27-
npm install
28-
bower info purescript-node-buffer --verbose
29-
bower install --production
25+
# - name: Install dependencies
26+
# run: |
27+
# npm install -g bower
28+
# npm install
29+
# bower info purescript-node-buffer --verbose
30+
# bower install --production
3031

3132
- name: Build source
32-
run: npm run-script build
33+
run: spago build
3334

3435
- name: Run tests
3536
run: |
36-
bower install
37-
npx pulp test
38-
npx pulp test --main Test.Main1
39-
npx pulp test --main Test.Main2
40-
npx pulp test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
41-
npx pulp test --main Test.Main4
37+
spago test
38+
spago test --main Test.Main1
39+
spago test --main Test.Main2
40+
spago test --main Test.Main3 -- <(head --bytes 1000000 /dev/zero)
41+
spago test --main Test.Main4
4242
4343
- name: Check formatting
4444
run: |

bower.json

-30
This file was deleted.

package.json

-16
This file was deleted.

0 commit comments

Comments
 (0)