Skip to content

Make ReactElement a proper Monoid and other ergonomic tweaks (#84) #203

Make ReactElement a proper Monoid and other ergonomic tweaks (#84)

Make ReactElement a proper Monoid and other ergonomic tweaks (#84) #203

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
.spago
output
node_modules
key: build-artifacts-v2-${{ hashFiles('package-lock.json', 'spago.dhall', 'packages.dhall') }}
- uses: actions/setup-node@v2
with:
node-version: 14.19.1
- run: npm i
- run: npm run build
- run: npm run test