Skip to content

release 1.9.1.2 and 0.4.5.1 #403

release 1.9.1.2 and 0.4.5.1

release 1.9.1.2 and 0.4.5.1 #403

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