Skip to content

add 9.10, drop 8.10 #423

add 9.10, drop 8.10

add 9.10, drop 8.10 #423

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