Skip to content

polysemy-plugin: compatibility with ghc 9.8 #408

polysemy-plugin: compatibility with ghc 9.8

polysemy-plugin: compatibility with ghc 9.8 #408

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