Skip to content

specify version in spago.yaml #2

specify version in spago.yaml

specify version in spago.yaml #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
with:
spago: "unstable"
- run: spago build
- run: spago test