Skip to content

stack: remove.

stack: remove. #34

Workflow file for this run

on: [push, pull_request]
name: build
jobs:
haskell:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build and test
run: nix build