polysemy/.github/workflows/nix-build.yml

19 lines
382 B
YAML
Raw Permalink Normal View History

2021-01-25 01:37:04 +03:00
name: Build Polysemy with Nix
on:
push:
branches:
2021-03-14 13:14:53 +03:00
- "**"
pull_request:
2021-01-25 01:37:04 +03:00
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
2023-04-16 21:37:36 +03:00
- uses: cachix/install-nix-action@v20
2021-01-25 01:37:04 +03:00
with:
extra_nix_config: |
2022-12-22 20:31:58 +03:00
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix -L flake check