polysemy/.github/workflows/nix-build.yml
2021-05-03 15:57:13 +02:00

20 lines
492 B
YAML

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@v12
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix -L flake check