Skip to content

Remove node-fs dependency (#32) #12

Remove node-fs dependency (#32)

Remove node-fs dependency (#32) #12

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Build and test with Spago
run: spago test
- name: Build and test with Pulp
run: |
npx bower install
npx pulp build
npx pulp test