Skip to content

Merge pull request #8 from peterbecich/fix-purescript-build #75

Merge pull request #8 from peterbecich/fix-purescript-build

Merge pull request #8 from peterbecich/fix-purescript-build #75

Workflow file for this run

name: "Nix Flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: "Check `nix develop` shell"
run: nix develop --check
- run: nix build
- run: nix flake check