Skip to content

doc: keep on writing the README.md #32

doc: keep on writing the README.md

doc: keep on writing the README.md #32

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: purescript-contrib/setup-purescript@main
with:
spago: unstable
purescript: "0.15.13"
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies and build
run: |
npm install
npm install -g spago@next
spago build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: purescript-contrib/setup-purescript@main
with:
spago: unstable
purescript: "0.15.13"
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies and test
run: |
docker --version
docker compose version
npm install
npm install -g spago@next
spago test