Skip to content

Update build to some copied nix thing #6

Update build to some copied nix thing

Update build to some copied nix thing #6

name: build
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- run: nix-shell --run 'spago test'