Skip to content

[CI] add nix check to CI #2

[CI] add nix check to CI

[CI] add nix check to CI #2

Workflow file for this run

name: "Build nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix/pin.sh
- run: nix build mina
- run: nix flake check