Content-Length: 543540 | pFad | http://github.com/purescript-halogen/purescript-halogen/pull/832/files

0A feat: use latest spago, update deps by srghma · Pull Request #832 · purescript-halogen/purescript-halogen · GitHub
Skip to content

feat: use latest spago, update deps #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,42 @@ name: CI

on:
push:
branches: master
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4

- uses: purescript-contrib/setup-purescript@main
- name: Set up a PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.15.0"
purs-tidy: "0.8.0"
purescript: "latest"
# NOTE: "latest" = "0.11.1" and "0.11.1" was removed (?)
purs-tidy: "0.11.0" # "latest"
spago: "unstable" # "0.93.43" # "next"

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

- run: npm install

- run: npm run -s build

- run: npm run -s test

- run: npm run -s example-all
- run: npm run -s test --offline

- run: npm run -s check-formatting

- name: Verify Pulp & Bower
run: |
npx bower install --production
npx pulp build
- run: npm run -s example-all
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "0.4.5"
mdbook-version: "0.4.10"

- run: mdbook build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
!.gitignore
!.eslintrc.json

*.lock
package-lock.json

bower_components
node_modules
output
.spago

example/example.js
52 changes: 0 additions & 52 deletions bower.json

This file was deleted.

6 changes: 0 additions & 6 deletions examples/ace/spago.dhall

This file was deleted.

Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/purescript-halogen/purescript-halogen/pull/832/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy