Skip to content

Feedback Requested: Typed Handlers #8

Feedback Requested: Typed Handlers

Feedback Requested: Typed Handlers #8

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build
- run: nix flake check
- run: nix develop --command bash -c "cabal update; cabal test"