Skip to content

Support template-haskell-2.21.0.0 (#482) #406

Support template-haskell-2.21.0.0 (#482)

Support template-haskell-2.21.0.0 (#482) #406

Workflow file for this run

name: Build Polysemy with Nix
on:
push:
branches:
- "**"
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix -L flake check