Skip to content

Update deps

Update deps #98

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v21
with:
determinate: false
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v13
- name: Checkout registry-dev
uses: actions/checkout@v4
with:
repository: purescript/registry-dev
ref: master
path: registry-dev
- run: nix develop -c spago build
- run: nix develop -c spago test