Skip to content

WIP Devx CI

WIP Devx CI #28

Workflow file for this run

name: Haskell-CI
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: "nix develop github:input-output-hk/devx#ghc96"